Skip to main content

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.v23.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