MindFusion.Wpf Pack Programmer's Guide
Calendar.DateSelection Property
See Also
 





Gets or sets the list of dates selected in the calendar. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public DateCollection DateSelection { get; set; }

Visual Basic  Copy Code

Public Property DateSelection As DateCollection

 Property Value

An instance of the DateCollection class.

 See Also

Calendar Members
Calendar Class
MindFusion.UI.Wpf Namespace