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

ItemObservableCollection.Scheduler Property

Gets or sets the Scheduler control which is assigned to the ItemObservableCollection.

Namespace: DevExpress.Xpf.Scheduling.Editors

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

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

Declaration

public SchedulerControl Scheduler { get; set; }

Property Value

Type Description
SchedulerControl

A SchedulerControl object that is the target scheduler control.

See Also