Skip to main content
A newer version of this page is available. .

Field Value Context Menu

The field value context menu can be invoked by a right click on a field value.

VE_FieldValueContextMenu

 

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