CalendarSelection Class
Represents a collection of dates selected within the calendar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public class CalendarSelection :
ICollection<DateTime>,
IEnumerable<DateTime>,
IEnumerable,
IStateManager
Related API Members
The following members return CalendarSelection objects:
Library | Related API Members |
---|---|
ASP.NET Web Forms Controls | 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