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.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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.
See Also