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

TdxCustomRibbon.PopupMenuItems Property

Specifies menu item groups to be shown in the Ribbon context menu.

#Declaration

Delphi
property PopupMenuItems: TdxRibbonPopupMenuItems read; write; default dxRibbonDefaultPopupMenuItems;

#Property Value

Type Default
TdxRibbonPopupMenuItems dxRibbonDefaultPopupMenuItems

#Remarks

The Ribbon context menu is divided into four logical groups:

  • Check box menu items that allow end-users to control the visibility of associated bar items in the bar (the rpmiItems flag).

  • The More Commands… menu item – allows end-users to invoke the Customization Form, enabling the Ribbon customization mode (the rpmiMoreCommands flag).

  • The Show Quick Access Toolbar Above the Ribbon (Show Quick Access Toolbar Below the Ribbon) menu item – allows end-users to position the Quick Access Toolbar at either the top or the bottom of the Ribbon (the rpmiQATPosition flag).

  • The Add to Quick Access Toolbar (Remove from Quick Access Toolbar) menu item – allows end-users to add (or remove) new bar items to the Quick Access Toolbar (the rpmiQATAddRemoveItem flag).

  • The Minimize the Ribbon menu item – allows end-users to hide the tab page panel in the view (the rpmiMinimizeRibbon flag).

Using the PopupMenuItems property, you can change the visibility of menu sections for different menu-enabled Ribbon elements.

The default value of the PopupMenuItems property is [rpmiItems,rpmiMoreCommands,rpmiQATPosition,rpmiQATAddRemoveItem,rpmiMinimizeRibbon].

See Also