Back to Devexpress

DxSchedulerDateTimeRangeCollection Class

blazor-devexpress-dot-blazor-93b3b049.md

latest3.0 KB
Original Source

DxSchedulerDateTimeRangeCollection Class

Stores the collection of DxSchedulerDateTimeRange objects.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public class DxSchedulerDateTimeRangeCollection :
    DXObservableCollection<DxSchedulerDateTimeRange>

The following members return DxSchedulerDateTimeRangeCollection objects:

Implements

IList<DxSchedulerDateTimeRange>

ICollection<DxSchedulerDateTimeRange>

IList

ICollection

IReadOnlyList<DxSchedulerDateTimeRange>

IReadOnlyCollection<DxSchedulerDateTimeRange>

IEnumerable<DxSchedulerDateTimeRange>

IEnumerable

INotifyCollectionChanged

INotifyPropertyChanged

Inheritance

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

See Also

DxSchedulerDateTimeRangeCollection Members

DevExpress.Blazor Namespace