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

SchedulerControl.VisibleIntervals Property

Returns the currently visible time cell intervals. This is a dependency property.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v21.1.dll

Declaration

[NotPublicByDesign]
public DateTimeRangeCollection VisibleIntervals { get; }

Property Value

Type Description
DevExpress.WinUI.Scheduler.DateTimeRangeCollection

A DevExpress.WinUI.Scheduler.DateTimeRangeCollection object that is the collection of visible time intervals.

Remarks

Use the VisibleIntervals to obtain the datetime ranges currently displayed by the SchedulerControl. Handle the VisibleIntervalsChanged event to perform a necessary action before visible intervals are changed.

The Start property is used as a base for calculating visible intervals when rendering a view, but the actual intervals displayed in the view are available using the VisibleIntervals property.

See Also