DayView.TimeRulers Property
In This Article
Provides access to the View's collection of time rulers.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Scheduler |
A Scheduler |
#Remarks
The TimeRulers property provides access to the SchedulerTimeRulerCollection object that specifies a collection of time rulers within the Day or Work-Week View. The collection's properties and methods can be used to manipulate individual collection items (instances of the SchedulerTimeRuler class).
See Also