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

SchedulerViewBase.Control Property

Gets the scheduler control to which the current View belongs.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

public ASPxScheduler Control { get; }

Property Value

Type Description
ASPxScheduler

The ASPxScheduler object to which the View belongs.

Remarks

Use the Control property to access the properties and methods of the ASPxScheduler object which the current View belongs to.

See Also