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

PopupMenuShowingEventArgs.GetFieldValueInfo() Method

Returns information about the field value for which the menu is invoked.

Namespace: DevExpress.Xpf.PivotGrid

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

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.

Remarks

For context menus invoked for cells, field headers and the field header area, the GetFieldValueInfo method returns null (Nothing in Visual Basic).

To determine for what kind of pivot grid element the menu has invoked, use the PopupMenuShowingEventArgs.MenuType property. The PopupMenuShowingEventArgs.TargetElement property returns the actual UI element for which the menu is invoked.

To learn more, see Context Menus.

See Also