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.v20.2.dll
Declaration
public SchedulerControl Scheduler { get; set; }
Public Property Scheduler As SchedulerControl
Property Value
Type | Description |
---|---|
SchedulerControl | A SchedulerControl object representing the target scheduler. |
See Also
Feedback