BootstrapAgendaView.Control Property
In This Article
Gets the scheduler control to which the current View belongs.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[Browsable(false)]
public BootstrapScheduler Control { get; }
#Property Value
Type | Description |
---|---|
Bootstrap |
The Bootstrap |
#Remarks
Use the Control property to access the properties and methods of the BootstrapScheduler object which the current View belongs to.
See Also