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

BootstrapToolbarItemBase.Toolbar Property

Gets the toolbar owning the current toolbar item.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[Browsable(false)]
public BootstrapToolbar Toolbar { get; }

Property Value

Type Description
BootstrapToolbar

A BootstrapToolbar owning the current toolbar item.

See Also