DateTimeCollection Class
A collection of DateTime objects specifying dates that should be disabled for selection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
The following members return DateTimeCollection objects:
Library | Related API Members |
---|---|
ASP.NET Bootstrap Controls | BootstrapChartArgumentAxis.Holidays |
BootstrapChartArgumentAxis.SingleWorkdays | |
BootstrapRangeSelectorScale.Holidays | |
BootstrapRangeSelectorScale.SingleWorkdays | |
ASP.NET Web Forms Controls | ASPxCalendar.DisabledDates |
ASPxDateEdit.DisabledDates | |
CalendarProperties.DisabledDates | |
DateEditProperties.DisabledDates | |
GridColumnDateRangePickerSettings.DisabledDates |
Remarks
The DateTimeCollection is a collection of the DateTime objects. The properties and methods declared by this class can be used to perform common collection operations such as adding new or deleting existing items. Individual items can be accessed using indexer notation.
An instance of the DateTimeCollection class can be accessed via the ASPxCalendar.DisabledDates, ASPxDateEdit.DisabledDates, CalendarProperties.DisabledDates, and DateEditProperties.DisabledDates properties.
Implements
See Also