BootstrapWeekView.Control Property
Gets the scheduler control to which the current View belongs.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Description |
---|---|
BootstrapScheduler | The BootstrapScheduler object to which the View belongs. |
Remarks
Use the Control property to access the properties and methods of the BootstrapScheduler object which the current View belongs to.
See Also