PivotGridMenuItemClickEventArgs.HitInfo Property
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
Declaration
Property Value
Type | Description |
---|---|
PivotGridHitInfo | A PivotGridHitInfo object which contains information about the grid elements located at the point that has been clicked. |
See Also