RibbonControl.ToolbarLocation Property
In This Article
Gets or sets the position of the Quick Access Toolbar.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(RibbonQuickAccessToolbarLocation.Default)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public virtual RibbonQuickAccessToolbarLocation ToolbarLocation { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Ribbon |
Default | A Ribbon |
Available values:
Name | Description |
---|---|
Default | A Quick Access Toolbar is displayed above the Ribbon Control. |
Above | A Quick Access Toolbar is displayed above the Ribbon Control. |
Below | A Quick Access Toolbar is displayed below the Ribbon Control. |
Hidden | A Quick Access Toolbar is hidden. |
#Remarks
The Quick Access Toolbar is unavailable in the RibbonControlStyle.OfficeUniversal style.
See Also