ViewBase.Scheduler Property
In This Article
Gets the SchedulerControl to which the specified View belongs.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public SchedulerControl Scheduler { get; }
#Property Value
Type | Description |
---|---|
Scheduler |
A Scheduler |
See Also