Skip to main content

SchedulerViewBase.Control Property

Gets the scheduler control to which the current View belongs.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll

NuGet Package: DevExpress.Web.Scheduler

#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