Gets a collection of DateTime objects that represent the selected dates on the C1WebSchedule control for DayView.

Namespace:  C1.Web.UI.Controls.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[NotifyParentPropertyAttribute(true)]
[JsonAttribute(true)]
[RefreshPropertiesAttribute(RefreshProperties.All)]
public SelectedDatesCollection SelectedDates { get; }
Visual Basic
<NotifyParentPropertyAttribute(True)> _
<JsonAttribute(True)> _
<RefreshPropertiesAttribute(RefreshProperties.All)> _
Public ReadOnly Property SelectedDates As SelectedDatesCollection
	Get

See Also