SchedulerViewBase.Control Property
In This Article
Gets the scheduler control which the current View belongs to.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
[Browsable(false)]
public SchedulerControl Control { get; }
#Property Value
Type | Description |
---|---|
Scheduler |
The Scheduler |
#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