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

SchedulerControl.VisibleIntervalChanged Event

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

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.

Tip

A complete sample project is available in the DevExpress Code Examples database at http://www.devexpress.com/example=T444758.

The following code snippets (auto-collected from DevExpress Examples) contain references 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