SchedulerViewBase.Control Property
In This Article
Gets the scheduler control to which the current view belongs.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Scheduler |
The Scheduler |
#Remarks
Use the Control property to access the properties and methods of the SchedulerControl object to which the current view belongs.
See Also