SchedulerViewBase.Control Property
In This Article
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 |
---|---|
ASPx |
The ASPx |
#Remarks
Use the Control property to access the properties and methods of the ASPxScheduler object which the current View belongs to.
See Also