A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
public TimeSpanCollection TimeScales { get; set; }
Public Property TimeScales As TimeSpanCollection
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
Feedback