SchedulerViewBase.Control Property
Gets the scheduler control to which the current View belongs.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v25.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
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