Skip to main content

PivotGridMenuInfo.GetFieldValueInfo() Method

Gets information about the field value for which a context menu is called.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public virtual PivotFieldValueEventArgs GetFieldValueInfo()

Returns

Type Description
PivotFieldValueEventArgs

A PivotFieldValueEventArgs object that contains information about the field value for which the menu is invoked.

See Also