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>
Public Class TimeRulerCollection
Inherits TemplatedCollectionWithOwner(Of TimeRuler, DayViewBase)
#Inheritance
ObjectBindableBaseDevExpress.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