Skip to main content

DxSchedulerDateTimeRangeCollection Class

Stores the collection of DxSchedulerDateTimeRange objects.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public class DxSchedulerDateTimeRangeCollection :
    DXObservableCollection<DxSchedulerDateTimeRange>

The following members return DxSchedulerDateTimeRangeCollection objects:

Inheritance

Object
Collection<DxSchedulerDateTimeRange>
ObservableCollection<DxSchedulerDateTimeRange>
DevExpress.Blazor.Scheduler.Internal.DXObservableCollection<DxSchedulerDateTimeRange>
DxSchedulerDateTimeRangeCollection
See Also