Back to Devexpress

CalendarSettings.SelectedDates Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-calendarsettings-7f21cead.md

latest1.4 KB
Original Source

CalendarSettings.SelectedDates Property

Gets a collection of dates selected within the calendar.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public CalendarSelection SelectedDates { get; }
vb
Public ReadOnly Property SelectedDates As CalendarSelection

Property Value

TypeDescription
CalendarSelection

A CalendarSelection object that represents the collection of selected dates.

|

Remarks

A collection obtained via the SelectedDates property provides the means to iterate through its items (selected dates), remove specific dates from the selection or add new dates to the selection.

See Also

Calendar

CalendarSettings Class

CalendarSettings Members

DevExpress.Web.Mvc Namespace