Skip to main content

ItemObservableCollection.Scheduler Property

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

Namespace: DevExpress.Xpf.Scheduling.Editors

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

NuGet Package: 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