Skip to main content

CalendarSettings.SelectedDates Property

Gets a collection of dates selected within the calendar.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public CalendarSelection SelectedDates { get; }

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