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

ViewBase.Scheduler Property

Gets the SchedulerControl to which the specified View belongs.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public SchedulerControl Scheduler { get; }

Property Value

Type Description
SchedulerControl

A SchedulerControl object.

See Also