Skip to main content

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

NuGet Package: 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