SchedulerTimeRulerCollection Class
A collection of time rulers for the SchedulerControl.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Returned By
The DayView.TimeRulers property returns an instance of SchedulerTimeRulerCollection.
#Remarks
Time rulers are used to display the time of the view's visible interval, specified by the DayView.VisibleTime property. The Day and Work-Week views allow an unlimited number of time rulers to be displayed. They hold their time rulers within the DayView.TimeRulers collection, which is represented by the SchedulerTimeRulerCollection class. Its properties and methods can be used to perform common collection operations such as adding new or deleting existing items. Individual items can be accessed using indexer notation.