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 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