TimeRulerCollection Class
Represents a collection of time rulers.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
Declaration
[ListBindable(BindableSupport.No)]
public class TimeRulerCollection :
NotificationCollection<TimeRuler>
Related API Members
The following members return TimeRulerCollection objects:
Library | Related API Members |
---|---|
WinForms Controls | DayView.TimeRulers |
ASP.NET Web Forms Controls | DayView.TimeRulers |
Remarks
Time rulers are used to display the time of the view’s visible interval which is specified by the DayView.VisibleTime property. Day Views allow an unlimited number of time rulers to be displayed. They hold their time rulers within their DayView.TimeRulers collection which is represented by the TimeRulerCollection class. 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