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

PivotGridMenuInfo.GetCellInfo() Method

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

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public virtual PivotCellBaseEventArgs GetCellInfo()

Returns

Type Description
PivotCellBaseEventArgs

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

See Also