RibbonQuickAccessToolbarShowMode Enum
In This Article
Contains values that specify where a Ribbon Quick Access Toolbar is displayed within a Ribbon Control.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Default | The same as the Ribbon |
Show |
The Ribbon Quick Access Toolbar is displayed above the Ribbon Control. |
Show |
The Ribbon Quick Access Toolbar is displayed below the Ribbon Control. |
Hide | The Ribbon Quick Access Toolbar is hidden. |
#Passed To
You can pass RibbonQuickAccessToolbarShowMode values to the RibbonControl.ToolbarShowMode property.
#Remarks
Use the RibbonControl.ToolbarShowMode property to specify the display mode for a Ribbon Quick Access Toolbar.
See Also