Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SchedulerControl.VisibleIntervalChanged Event

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.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