blazor-devexpress-dot-blazor-93b3b049.md
Stores the collection of DxSchedulerDateTimeRange objects.
Namespace : DevExpress.Blazor
Assembly : DevExpress.Blazor.v25.2.dll
NuGet Package : DevExpress.Blazor
public class DxSchedulerDateTimeRangeCollection :
DXObservableCollection<DxSchedulerDateTimeRange>
The following members return DxSchedulerDateTimeRangeCollection objects:
IList<DxSchedulerDateTimeRange>
ICollection<DxSchedulerDateTimeRange>
IReadOnlyList<DxSchedulerDateTimeRange>
IReadOnlyCollection<DxSchedulerDateTimeRange>
IEnumerable<DxSchedulerDateTimeRange>
Object Collection<DxSchedulerDateTimeRange> ObservableCollection<DxSchedulerDateTimeRange> DevExpress.Blazor.Scheduler.Internal.DXObservableCollection<DxSchedulerDateTimeRange> DxSchedulerDateTimeRangeCollection
See Also