SchedulerViewBase.Control Property
Gets the scheduler control which the current View belongs to.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
SchedulerControl | The SchedulerControl object which the View belongs to. |
Remarks
The Control property can be used to access the properties and methods of the SchedulerControl object which the current View belongs to.
See Also