Skip to main content
A newer version of this page is available.
All docs
V19.1

BootstrapToolbarSettingsAdaptivity(BootstrapToolbar) Constructor

Initializes a new instance of the BootstrapToolbarSettingsAdaptivity class with the specified toolbar.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public BootstrapToolbarSettingsAdaptivity(
    BootstrapToolbar toolbar
)

Parameters

Name Type Description
toolbar BootstrapToolbar

A BootstrapToolbar object that specifies the toolbar.

See Also