SchedulerControl.VisibleIntervalsChanged Event
Occurs when changing the visible time cells interval.
Namespace: DevExpress.UI.Xaml.Scheduler
Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
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