Skip to main content
Tab

DateTimeCollection Class

A collection of DateTime objects specifying dates that should be disabled for selection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class DateTimeCollection :
    CustomCollection<DateTime>

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.

Inheritance

Object
DevExpress.Web.Internal.CustomCollection<DateTime>
DateTimeCollection
See Also