Version

SelectedDates Property

Returns a collection of System.DateTime instances that represents the currently selected dates of the items in the MinCalendarMode.
Syntax
'Declaration
 
Public ReadOnly Property SelectedDates As Infragistics.Collections.DateCollection
public Infragistics.Collections.DateCollection SelectedDates {get;}
Remarks

The SelectedDates is a collection of DateTime instances that represent the Infragistics.Controls.Editors.Primitives.CalendarItem instances that should be selected or have been selected by the end user. When the Infragistics.Controls.Primitives.SelectionType is set to a value that allows multiple selection such as Range or Extended, the control will allow selection of one more CalendarItems. A single date for each item will be added to the SelectedDates. The SelectedDate property can be used to access the first item.

Note: When the MinCalendarMode is set to a value other than days, selecting a Infragistics.Controls.Editors.Primitives.CalendarItem will only add 1 entry for each selected item. It will not add each date in the item's range into the SelectedDates.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also