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.
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