Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

DxSchedulerDateTimeRangeCollection Class

Stores the collection of DxSchedulerDateTimeRange objects.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

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