Back to Devexpress

DayViewBase.TimeScales Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-dayviewbase-6d16a9fd.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public TimeSpanCollection TimeScales { get; set; }
vb
Public Property TimeScales As TimeSpanCollection

Property Value

TypeDescription
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

DayViewBase Class

DayViewBase Members

DevExpress.Xpf.Scheduling Namespace