Skip to main content

BootstrapDayView.Control Property

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
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