Skip to main content

PivotGridMenuInfo.GetFieldInfo() Method

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

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public virtual PivotFieldEventArgs GetFieldInfo()

Returns

Type Description
PivotFieldEventArgs

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

See Also