Back to Devexpress

ViewBase.VisibleIntervals Property

maui-devexpress-dot-maui-dot-scheduler-dot-viewbase-8468abf8.md

latest1.7 KB
Original Source

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

csharp
public ReadOnlyObservableCollection<DateTimeRange> VisibleIntervals { get; }

Property Value

TypeDescription
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:

The following properties limit the time interval visible within a view’s day:

See Also

ViewBase Class

ViewBase Members

DevExpress.Maui.Scheduler Namespace