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.v19.2.dll

Declaration

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

The following members return CalendarSelection objects:

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