Back to Devexpress

RibbonControl.ToolbarShowMode Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-89eaccbe.md

latest3.1 KB
Original Source

RibbonControl.ToolbarShowMode Property

Gets or sets where and whether the Ribbon Quick Access Toolbar is displayed. This is a dependency property.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public RibbonQuickAccessToolbarShowMode ToolbarShowMode { get; set; }
vb
Public Property ToolbarShowMode As RibbonQuickAccessToolbarShowMode

Property Value

TypeDescription
RibbonQuickAccessToolbarShowMode

A RibbonQuickAccessToolbarShowMode value that specifies the Toolbar’s display mode

|

Available values:

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.

|

Remarks

To specify links to be displayed within the Ribbon Quick Access Toolbar, use the RibbonControl.ToolbarItemLinks collection. Changing the ToolbarShowMode property value at run time fires the RibbonControl.ToolbarModeChanged event.

Use the RibbonControl.RibbonTitleBarVisibility property to specify whether to show a bar that displays the Ribbon Quick Access Toolbar.

See Also

ToolbarModeChanged

ToolbarShowCustomizationButton

ToolbarCustomizationMenuClosed

ToolbarCustomizationMenuShowing

ToolbarItemLinks

Ribbon Quick Access Toolbar

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace