Skip to main content

DatesCollection Class

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v21.1.dll

Declaration

public class DatesCollection :
    ObservableRangeCollection<DateTime>

The following members accept/return DatesCollection objects:

Inheritance

Object
Collection<DateTime>
ObservableCollection<DateTime>
DevExpress.WinUI.Core.Internal.ObservableRangeCollection<DateTime>
DatesCollection
See Also