Back to Devexpress

PivotGridMenuInfo.GetCellInfo() Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridmenuinfo-0a4304bc.md

latest1.3 KB
Original Source

PivotGridMenuInfo.GetCellInfo() Method

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

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public virtual PivotCellBaseEventArgs GetCellInfo()
vb
Public Overridable Function GetCellInfo As PivotCellBaseEventArgs

Returns

TypeDescription
PivotCellBaseEventArgs

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

|

See Also

PivotGridMenuInfo Class

PivotGridMenuInfo Members

DevExpress.Xpf.PivotGrid Namespace