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

BootstrapRibbon.Toolbar Property

Provides access to the ribbon’s Quick Access Toolbar.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public virtual BootstrapRibbonQuickAccessToolbar Toolbar { get; }

Property Value

Type Description
DevExpress.Web.Bootstrap.BootstrapRibbonQuickAccessToolbar

An object of the BootstrapRibbonQuickAccessToolbar class.

Remarks

The Ribbon control provides a capability to define Quick Access Toolbar items that will be displayed above the ribbon tabs. These items are displayed even if the Ribbon is minimized.

BootstrapRibbon_QuickAccessToolbar

The client instance of a quick access toolbar item can be retrieved via the GetQuickAccessToolbarItem(name) method.

Note

To see this feature in action, refer to the Ribbon - Quick Access Toolbar demo.

See Also