Back to Devexpress

CalendarSelection Class

aspnet-devexpress-dot-web-6d76932d.md

latest2.2 KB
Original Source

CalendarSelection Class

Represents a collection of dates selected within the calendar.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CalendarSelection :
    ICollection<DateTime>,
    IEnumerable<DateTime>,
    IEnumerable,
    IStateManager
vb
Public Class CalendarSelection
    Implements ICollection(Of Date),
               IEnumerable(Of Date),
               IEnumerable,
               IStateManager

The following members return CalendarSelection objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxCalendar.SelectedDates
ASP.NET MVC ExtensionsCalendarSettings.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.

Implements

ICollection<DateTime>

IEnumerable<DateTime>

IEnumerable

IStateManager

Inheritance

Object CalendarSelection

See Also

CalendarSelection Members

Calendar

DevExpress.Web Namespace