TimeRulerCollection Class
In This Article
A collection of time rulers.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
[ListBindable(BindableSupport.No)]
[TypeConverter(typeof(UniversalCollectionTypeConverter))]
public class TimeRulerCollection :
NotificationCollection<TimeRuler>
#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 TimeRulerCollection collection, accessed via the DayView.TimeRulers property. 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.
#Inheritance
See Also