Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Wpf.Ribbon

#Declaration

public enum RibbonQuickAccessToolbarShowMode

#Members

Name Description
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.

#Related API Members

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