Gets a list with the dates that represent the current selection in the calendar. Namespace: MindFusion.UI.Web
|
C#
![]() |
---|
public List<DateTime> Selection { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property Selection As List(Of DateTime) |
Type: List(DateTime)
An instance of the System.Collections.Generic.List(T) class, containing the DateTime objects, representing the current selection in a calendar. Default value is an empty list.