Skip to main content
A newer version of this page is available. .

TimeRulerCollection Class

Represents a collection of time rulers.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

[ListBindable(BindableSupport.No)]
public class TimeRulerCollection :
    NotificationCollection<TimeRuler>

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.

See Also