SchedulerViewBase.Control Property
Gets the scheduler control to which the current view belongs.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
[Browsable(false)]
public SchedulerControl Control { get; }
<Browsable(False)>
Public ReadOnly Property Control As SchedulerControl
Property Value
| Type | Description |
|---|---|
| SchedulerControl | The SchedulerControl object to which the view belongs. |
Remarks
Use the Control property to access the properties and methods of the SchedulerControl object to which the current view belongs.
See Also