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

SchedulerControl.VisibleIntervalsChanged Event

Occurs when changing the visible time cells interval.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v20.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public event EventHandler<VisibleIntervalsChangedEventArgs> VisibleIntervalsChanged

Event Data

The VisibleIntervalsChanged event's data class is DevExpress.UI.Xaml.Scheduler.VisibleIntervalsChangedEventArgs.

Remarks

The VisibleIntervalsChanged event is raised when changing the view or switching to another date. All currently displayed dates are returned by the event’s VisibleDates property. The event’s VisibleIntervals property returns currently displayed time ranges.

See Also