Specifies the Scheduler control which is assigned to the ItemComboBoxEdit. This is a dependency property.
Namespace:DevExpress.Xpf.Scheduling.Editors
Assembly:DevExpress.Xpf.Scheduling.v19.2.dll

Syntax
C# |
public SchedulerControl Scheduler { get; set; }
|
VB |
Public Property Scheduler As SchedulerControl
|
Property value
Type:
SchedulerControl
A SchedulerControl object representing the target scheduler.

See Also