Skip to main content

SchedulerControl.VisibleIntervalChanged Event

Fires when the time interval displayed by the control’s scheduling area is changed.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public event EventHandler VisibleIntervalChanged

Event Data

The VisibleIntervalChanged event's data class is EventArgs.

Remarks

The VisibleIntervalChanged event is generated each time the time interval represented by the scheduling area has been changed.

The displayed time interval can for instance be changed by assigning a new value to the scheduler’s SchedulerControl.Start property, by selecting/deselecting a date within the associated DateNavigator control, by changing the scheduler’s active view (SchedulerControl.ActiveViewType), etc.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the VisibleIntervalChanged event.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also