Back to Devexpress

RibbonQuickAccessToolbarShowMode Enum

wpf-devexpress-dot-xpf-dot-ribbon-0322905d.md

latest2.1 KB
Original Source

RibbonQuickAccessToolbarShowMode Enum

Contains values that specify where a Ribbon Quick Access Toolbar is displayed within a Ribbon Control.

Namespace : DevExpress.Xpf.Ribbon

Assembly : DevExpress.Xpf.Ribbon.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public enum RibbonQuickAccessToolbarShowMode
vb
Public Enum RibbonQuickAccessToolbarShowMode

Members

NameDescription
Default

The same as the RibbonQuickAccessToolbarShowMode.ShowAbove option.

| | ShowAbove |

The Ribbon Quick Access Toolbar is displayed above the Ribbon Control.

| | ShowBelow |

The Ribbon Quick Access Toolbar is displayed below the Ribbon Control.

| | Hide |

The Ribbon Quick Access Toolbar is hidden.

|

The following properties accept/return RibbonQuickAccessToolbarShowMode values:

Remarks

Use the RibbonControl.ToolbarShowMode property to specify the display mode for a Ribbon Quick Access Toolbar.

See Also

ToolbarShowMode

Ribbon Quick Access Toolbar

DevExpress.Xpf.Ribbon Namespace