Skip to main content
All docs
V19.1

SchedulerView.VisibleIntervals Property

Gets the collection of time intervals the scheduler view displays.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

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 view (SchedulerView.ActiveView) 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