Skip to main content

DateTimeRangeCollection Class

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public class DateTimeRangeCollection :
    ReadOnlyObservableCollectionView<DateTimeRange>

The following members return DateTimeRangeCollection objects:

Inheritance

Object
BindableBase
DevExpress.WinUI.Core.Internal.ObservableCollectionView<DateTimeRange>
DevExpress.WinUI.Scheduler.Internal.ReadOnlyObservableCollectionView<DateTimeRange>
DateTimeRangeCollection
See Also