Skip to main content
A newer version of this page is available. .
Bar

PopupShowMode Enum

Provides members that specify how popup sub-menus are shown.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public enum PopupShowMode

Members

Name Description
Default

Specifies the same mode as the Inplace option if popup menus are managed by the RibbonControl displayed in the TabletOffice style (see RibbonControl.RibbonStyle). In other cases, specifies the same mode as the Classic option.

Classic

Nested popup sub-menus are displayed in the traditional cascaded style.

PopupShowMode_Cascaded

Inplace

Child sub-menus, when invoked, are displayed in place of their parent popup menus.

PopupShowMode_InPlace1

PopupShowMode_InPlace2

Related API Members

The following properties accept/return PopupShowMode values:

Remarks

Values of this enumeration are used to set the BarManager.PopupShowMode and RibbonControl.PopupShowMode properties to specify how sub-menus are shown. If the Inplace mode is enabled, sub-menus can display navigation headers that allow an end-user to navigate backward. See the PopupMenu.ShowNavigationHeader setting for details.

See Also