Skip to main content

SchedulerViewBase.Control Property

Gets the scheduler control which the current View belongs to.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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