Skip to main content

PivotGridControl.FieldValueMenuCustomizations Property

Allows you to customize the context menu, invoked when right-clicking the field values, by adding new menu items or removing existing items.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

[Browsable(false)]
public BarManagerActionCollection FieldValueMenuCustomizations { get; }

#Property Value

Type Description
BarManagerActionCollection

A BarManagerActionCollection object, representing a collection of actions that manipulate menu items.

#Remarks

To learn more, see Context Menus, Items and Links and Customizing Bars via Actions.

See Also