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

Data Field Summary Change Menu

Data fields support changing the runtime summary type via a menu invoked when left-clicking a data field‘s header.

VE_DataFieldHeader_SummaryChangeMenu

The table below lists the main properties that affect a menu’s appearance.

Availability

A data field’s PivotGridFieldOptions.AllowRunTimeSummaryChange property.

Contents

The PivotGridControl.PopupMenuShowing event allows you to modify a menu before it is displayed.

Behavior

The PivotGridControl.MenuItemClick event allows you to provide custom responses to clicks on menu items.

See Also