BootstrapToolbarItemBase.Toolbar Property
In This Article
Gets the toolbar owning the current toolbar item.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[Browsable(false)]
public BootstrapToolbar Toolbar { get; }
#Property Value
Type | Description |
---|---|
Bootstrap |
A Bootstrap |
See Also