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

Group Row Popup Menu

This menu is a built-in menu available in the TcxGridPopupMenu component.

VCL Data Grid: A Group Row Pop-Up Menu

This menu is invoked when right-clicking a group row. Group rows can be sorted as follows:

  • By group values (the default option)

  • By group summary values. In this instance, each menu caption matches display text.

Feature

Related Members

Visibility

The UseBuiltInPopupMenus property of the TcxGridPopupMenu component.

Content

All constants for default built-in menu captions are stored in the cxGridPopUpMenuConsts unit.

Use the summary object’s VisibleForCustomization and DisplayText properties to control the visibility of these menu items and to specify their captions.

Refer to the Managing Grid Menus topic, for detailed information and sample code on how to add custom menu items to built-in popup menus.