Skip to main content
A newer version of this page is available. .

ViewBase.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 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