ItemObservableCollection.Scheduler Property
In This Article
Gets or sets the Scheduler control which is assigned to the ItemObservableCollection.
Namespace: DevExpress.Xpf.Scheduling.Editors
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public SchedulerControl Scheduler { get; set; }
#Property Value
Type | Description |
---|---|
Scheduler |
A Scheduler |
See Also