Header Area Context Menu
The header area context menu can be invoked by right-clicking the header area. This menu allows end-users to refresh data and invoke the Customization Form.
The table below lists the main properties which affect the menu’s behavior:
Availability | The PivotGridOptionsMenu.EnableHeaderAreaMenu option. |
Contents | The PivotGridControl.PopupMenuShowing event lets you modify the menu before it is displayed. |
Behavior | The PivotGridControl.MenuItemClick event let you provide custom responses to clicks on menu items. |
See Also