TimeIndicatorCollection Class
In This Article
A collection of time indicators.
Namespace: DevExpress.WinUI.Scheduler
Assembly: DevExpress.WinUI.Scheduler.v23.2.dll
NuGet Package: DevExpress.WinUI
#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