Skip to main content

BootstrapToolbarItemBase.Toolbar Property

Gets the toolbar owning the current toolbar item.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Description
BootstrapToolbar

A BootstrapToolbar owning the current toolbar item.

See Also