PivotGridMenuItemClickEventArgs.HitInfo Property
In This Article
Gets details on the grid elements located at the point where an end-user has right-clicked to invoke the context menu.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public PivotGridHitInfo HitInfo { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
See Also