Back to Devexpress

Column Header Context Menu

windowsforms-1076-controls-and-libraries-tree-list-visual-elements-column-header-context-menu.md

latest1.2 KB
Original Source

Column Header Context Menu

  • Jan 23, 2019

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

The table below lists the main properties affecting the element’s appearance:

|

Availability

|

The TreeListOptionsMenu.EnableColumnMenu option.

| |

Contents

|

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

| |

Behavior

|

The TreeList.TreeListMenuItemClick event enables you to provide custom responses to clicking menu items.

|

See Also

Context Menus

Columns