MindFusion.UI for WebForms 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.Web
Assembly: MindFusion.UI.Web

 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