vcl-171001-expressquantumgrid-concepts-column-header-popup-menu.md
This built-in menu allows users to manage a column’s content in a Table View or Banded Table View. Right-click a column header to invoke the menu.
To enable the menu, do the following:
Place a popup menu component on an application’s form.
Set the component’s UseBuiltInPopupMenus property to True.
Options include:
|
Menu Item
|
Description
| | --- | --- | |
Sort Ascending
|
Sorts the column’s content in ascending or descending order.
| |
Sort Descending
| |
Clear Sorting
|
Removes sorting.
| |
Group By This Field
|
Groups a grid control’s content by the selected column.
| |
Group By Box
|
Changes the visibility of column headers used to group a grid control’s content.
| |
Footer
|
Shows/hides footer summaries.
| |
Group Footers
|
Shows/hides a group’s footer panel.
| |
Remove This Column
|
Deletes the column.
| |
Field Chooser
|
Invokes the Customization form.
| |
Alignment
|
Aligns the column’s content.
| |
Best Fit
|
Adjusts the column’s width to fit its content.
| |
Best Fit (all columns)
|
Adjusts the width of all columns to fit their content.
| |
Expression Editor…
|
Invokes the “Expression Editor“ dialog.
|
See Also