Skip to main content
A newer version of this page is available. .

BootstrapWorkWeekView.Control Property

Gets the scheduler control to which the current View belongs.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[Browsable(false)]
public BootstrapScheduler Control { get; }

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