Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public PivotGridHitInfo HitInfo { get; }

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