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

ItemComboBoxEdit.Scheduler Property

Specifies the Scheduler control which is assigned to the ItemComboBoxEdit. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Editors

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public SchedulerControl Scheduler { get; set; }

Property Value

Type Description
SchedulerControl

A SchedulerControl object representing the target scheduler.

See Also