Back to Devexpress

Column Header Context Menu

windowsforms-556-controls-and-libraries-data-grid-visual-elements-grid-view-elements-column-header-context-menu.md

latest1.5 KB
Original Source

Column Header Context Menu

  • Aug 01, 2018

The column header context menu enables end-users to manipulate a column (apply sorting, grouping, calculate the best column width, etc.). The menu is activated by right-clicking a column header displayed in a header panel or in a group panel.

The table below lists the main properties affecting element appearance.

|

Availability

|

The GridOptionsMenu.EnableColumnMenu option.

| |

Contents

|

The GridView.PopupMenuShowing event enables you to modify the menu before it is displayed.

| |

Behavior

|

The GridView.GridMenuItemClick event enables you to provide custom responses to clicking menu items.

|

See Also

Grid Columns

Popup and Context Menus