Skip to main content

CustomDatesCollection Class

Namespace: DevExpress.WinUI.Editors

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

Declaration

public class CustomDatesCollection :
    ObservableRangeCollection<ICustomDateEvent>

The following members accept/return CustomDatesCollection objects:

Inheritance

Object
Collection<DevExpress.WinUI.Editors.ICustomDateEvent>
ObservableCollection<DevExpress.WinUI.Editors.ICustomDateEvent>
DevExpress.WinUI.Core.Internal.ObservableRangeCollection<DevExpress.WinUI.Editors.ICustomDateEvent>
CustomDatesCollection
See Also