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.v19.1.dll

Declaration

public SchedulerControl Scheduler { get; set; }

Property Value

Type Description
SchedulerControl

A SchedulerControl object that is the target scheduler control.

See Also