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

TdxRibbonPopupMenuItems Type

Enumerates available groups of menu items to be shown in the Ribbon‘s context menu.

#Declaration

Delphi
TdxRibbonPopupMenuItems = set of TdxRibbonPopupMenuItem;

#Referenced Class

Type
TdxRibbonPopupMenuItem

#Remarks

Values include:

Value Meaning
rpmiItems A group of check box menu items that allow end-users to control the visibility of associated bar items in the bar.
rpmiMoreCommands The More Commands… menu item that allows end-users to invoke the Customization Form thus enabling the Ribbon customization mode.
rpmiQATPosition The Show Below the Ribbon (Show Above the Ribbon) menu item – allows end-users to move the bar to either the bottom or the top of the Ribbon.
rpmiQATAddRemoveItem 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.
rpmiMinimizeRibbon The Minimize the Ribbon menu item – allows end-users to hide the currently active tab page in the view.
See Also