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

BootstrapToolbarSettingsAdaptivityBase(BootstrapToolbar) Constructor

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapToolbarSettingsAdaptivityBase(
    BootstrapToolbar toolbar
)

Parameters

Name Type Description
toolbar BootstrapToolbar

A BootstrapToolbar object that specifies the toolbar.

See Also