Back to Devexpress

Group By Box Popup Menu

vcl-171009-expressquantumgrid-concepts-groups-group-by-box-popup-menu.md

latest1.6 KB
Original Source

Group By Box Popup Menu

  • Aug 08, 2024

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

Column Header Popup Menu

Footer Popup Menu

Group Row Popup Menu