aspnet-devexpress-dot-web-6d76932d.md
Represents a collection of dates selected within the calendar.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class CalendarSelection :
ICollection<DateTime>,
IEnumerable<DateTime>,
IEnumerable,
IStateManager
Public Class CalendarSelection
Implements ICollection(Of Date),
IEnumerable(Of Date),
IEnumerable,
IStateManager
The following members return CalendarSelection objects:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxCalendar.SelectedDates |
| ASP.NET MVC Extensions | CalendarSettings.SelectedDates |
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.
Object CalendarSelection
See Also