ASP.NET Pack Programmer's Guide
Calendar.Selection Property
See Also
 





Gets a list with the dates that represent the current selection in the calendar.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public List<DateTime> Selection { get; }

Visual Basic  Copy Code

Public ReadOnly Property Selection As List(Of DateTime)

 Property Value

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.

 See Also

Calendar Members
Calendar Class
MindFusion.UI.WebForms Namespace