Skip to main content

SchedulerCommands(SchedulerControl) Constructor

In This Article

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

Namespace: DevExpress.WinUI.Scheduler

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

NuGet Package: DevExpress.WinUI

#Declaration

public SchedulerCommands(
    SchedulerControl owner
)

#Parameters

Name Type
owner SchedulerControl
See Also