Skip to main content
A newer version of this page is available. .

SchedulerViewBase.Control Property

Gets the scheduler control which the current View belongs to.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

[Browsable(false)]
public SchedulerControl Control { get; }

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