Skip to main content

SchedulerViewCollection Class

Namespace: DevExpress.WinUI.Scheduler

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

NuGet Package: DevExpress.WinUI

Declaration

public class SchedulerViewCollection :
    TemplatedCollectionWithLogicalOwner<ViewBase, SchedulerControl>

The following members return SchedulerViewCollection objects:

Inheritance

Object
BindableBase
DevExpress.WinUI.Core.Internal.ObservableCollectionView<DevExpress.WinUI.Scheduler.Internal.ViewBase>
DevExpress.WinUI.Core.Internal.TemplatedCollectionBase<DevExpress.WinUI.Scheduler.Internal.ViewBase>
DevExpress.WinUI.Core.Internal.TemplatedCollection<DevExpress.WinUI.Scheduler.Internal.ViewBase>
DevExpress.WinUI.Core.Internal.TemplatedCollectionWithLogicalOwner<DevExpress.WinUI.Scheduler.Internal.ViewBase, SchedulerControl>
SchedulerViewCollection
See Also