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.v20.2.dll
Declaration
public PivotGridHitInfo HitInfo { get; }
Public ReadOnly Property HitInfo As PivotGridHitInfo
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
Feedback