Skip to main content
A newer version of this page is available. .
Tab

CalendarSelection Class

Represents a collection of dates selected within the calendar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class CalendarSelection :
    ICollection<DateTime>,
    IEnumerable<DateTime>,
    IEnumerable,
    IStateManager

The following members return CalendarSelection objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxCalendar.SelectedDates
ASP.NET MVC Extensions CalendarSettings.SelectedDates

Remarks

The CalendarSelection class provides the means to interate through its items (selected dates), remove specific dates from the selection or add new dates to the selection. A CalendarSelection class instance can be accessed via the ASPxCalendar.SelectedDates property.

Inheritance

Object
CalendarSelection
See Also