Field Value Context Menu
The field value context menu can be invoked by a right click on a field value.
The table below lists the main properties which affect the menu’s behavior:
Availability | The PivotGridOptionsMenu.EnableFieldValueMenu option. |
Contents | The PivotGridControl.PopupMenuShowing event lets you modify the menu before it is displayed. |
Behavior | The PivotGridControl.MenuItemClick event lets you provide custom responses to clicks on menu items. |
See Also