CalendarSettings.SelectedDates Property
Gets a collection of dates selected within the calendar.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
CalendarSelection | A CalendarSelection object that represents the collection of selected dates. |
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