Skip to main content

Group By Box Popup Menu

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

VCL Data Grid: A Pop-Up Menu in the Group By Box

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

  • 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 Managing Grid Menus topic, for detailed information and sample code on how to add custom menu items to built-in popup menus.

See Also