Back to Devexpress

PivotGridMenuItemClickEventArgs.HitInfo Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridmenuitemclickeventargs-ccc6abd8.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public PivotGridHitInfo HitInfo { get; }
vb
Public ReadOnly Property HitInfo As PivotGridHitInfo

Property Value

TypeDescription
PivotGridHitInfo

A PivotGridHitInfo object which contains information about the grid elements located at the point that has been clicked.

|

See Also

PivotGridMenuItemClickEventArgs Class

PivotGridMenuItemClickEventArgs Members

DevExpress.XtraPivotGrid Namespace