Skip to main content

SchedulerViewCollection(SchedulerControl) Constructor

Initializes a new instance of the SchedulerViewCollection class with specified settings.

Namespace: DevExpress.WinUI.Scheduler

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

NuGet Package: DevExpress.WinUI

Declaration

public SchedulerViewCollection(
    SchedulerControl owner
)

Parameters

Name Type
owner SchedulerControl
See Also