PivotGridMenuInfo.GetCellInfo() Method
In This Article
Gets information about the cell for which a context menu is invoked.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public virtual PivotCellBaseEventArgs GetCellInfo()
#Returns
Type | Description |
---|---|
Pivot |
A Pivot |
See Also