BootstrapRibbon.Toolbar Property
Provides access to the ribbon’s Quick Access Toolbar.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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.
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