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

DayViewBase.TimeScales Property

Gets or sets the time intervals from which end-users can choose to set the time slot interval.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public TimeSpanCollection TimeScales { get; set; }

Property Value

Type Description
TimeSpanCollection

A TimeSpanCollection object that is a collection of time intervals.

Remarks

The following picture shows a pop-up menu invoked by right-clicking the Time Ruler. Highlighted menu items are intervals specified by the TimeScales property.

DayViewBase.TimeScales

See Also