Back to Devexpress

TimeRulerCollection Class

corelibraries-devexpress-dot-xtrascheduler-6bf09883.md

latest2.6 KB
Original Source

TimeRulerCollection Class

Represents a collection of time rulers.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
[ListBindable(BindableSupport.No)]
public class TimeRulerCollection :
    NotificationCollection<TimeRuler>
vb
<ListBindable(BindableSupport.No)>
Public Class TimeRulerCollection
    Inherits NotificationCollection(Of TimeRuler)

The following members return TimeRulerCollection objects:

LibraryRelated API Members
WinForms ControlsDayView.TimeRulers
ASP.NET Web Forms ControlsDayView.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

Object DXCollectionBase<TimeRuler> DXCollection<TimeRuler> NotificationCollection<TimeRuler> TimeRulerCollection MVCxTimeRulerCollection

See Also

TimeRulerCollection Members

TimeRulers

DevExpress.XtraScheduler Namespace