Skip to main content

TimeRulerCollection Class

A collection of time rulers.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public class TimeRulerCollection :
    TemplatedCollectionWithOwner<TimeRuler, DayViewBase>

Inheritance

Object
BindableBase
DevExpress.WinUI.Core.Internal.ObservableCollectionView<TimeRuler>
DevExpress.WinUI.Core.Internal.TemplatedCollectionBase<TimeRuler>
DevExpress.WinUI.Core.Internal.TemplatedCollection<TimeRuler>
DevExpress.WinUI.Core.Internal.TemplatedCollectionWithOwner<TimeRuler, DevExpress.WinUI.Scheduler.Internal.DayViewBase>
TimeRulerCollection
See Also