CalendarSettings.SelectedDates Property
In This Article
Gets a collection of dates selected within the calendar.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public CalendarSelection SelectedDates { get; }
#Property Value
Type | Description |
---|---|
Calendar |
A Calendar |
#Remarks
A collection obtained via the SelectedDates property provides the means to iterate through its items (selected dates), remove specific dates from the selection or add new dates to the selection.
See Also