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

Group By Box Popup Menu

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

This menu is invoked when right-clicking the Group By box (the area that is free from column headers). The menu allows an end-user to:

  • switch the expanded state of all group rows (expand or collapse them);

  • clear grouping;

  • hide the Group By box.

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 details on constants used in the Group By box popup menu.

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