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

Group Row Popup Menu

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

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

  • by group values (the default option);

  • by group summary values. In this instance, each menu caption represents the 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. Refer to the corresponding section in the cxGridPopupMenu: Resource Strings topic for detailed information on constants used in the group row popup menu.

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.

See Also