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

CustomizeDateNavigationBarCaptionEventArgs.Interval Property

Gets the visible date interval of the SchedulerControl which should be indicated in the Date Navigation Bar control.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public TimeInterval Interval { get; }

Property Value

Type Description
TimeInterval

A TimeInterval object which is the interval displayed in the SchedulerControl.

See Also