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

TimeIndicatorCollection Class

A collection of time indicators.

Namespace: DevExpress.WinUI.Scheduler

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

Declaration

public class TimeIndicatorCollection :
    TemplatedCollectionWithOwner<TimeIndicator, ViewBase>

Inheritance

Object
BindableBase
DevExpress.WinUI.Core.Internal.ObservableCollectionView<TimeIndicator>
DevExpress.WinUI.Core.Internal.TemplatedCollectionBase<TimeIndicator>
DevExpress.WinUI.Core.Internal.TemplatedCollection<TimeIndicator>
DevExpress.WinUI.Core.Internal.TemplatedCollectionWithOwner<TimeIndicator, DevExpress.WinUI.Scheduler.Internal.ViewBase>
TimeIndicatorCollection
See Also