Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

C#
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:

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

See Also