Gets or sets the list of dates selected in the calendar. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public DateCollection DateSelection { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DateSelection As DateCollection |
An instance of the DateCollection class.
See Also