SchedulerViewBase.Control Property
Gets the scheduler control to which the current View belongs.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.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