ViewBase.VisibleIntervals Property
Gets the collection of time intervals the scheduler view displays.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public ReadOnlyObservableCollection<DateTimeRange> VisibleIntervals { get; }
Property Value
Type | Description |
---|---|
ReadOnlyObservableCollection<DateTimeRange> | A collection of time intervals displayed by the scheduler view. |
Remarks
Use the VisibleIntervals property to obtain time intervals the current scheduler view displays.
The number of items in the VisibleIntervals collection depends on the number of days simultaneously displayed in the view:
- Day View - DayView.DayCount
- Work Week View - ViewBase.WorkDays
The following properties limit the time interval visible within a view’s day:
See Also