PopupMenuShowingEventArgs.HitInfo Property
In This Article
Gets info about the point where the context menu should be invoked.
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 |
#Remarks
To identify the coordinates of the point where the context menu should be invoked, you can also use the PivotGridMenuEventArgsBase.Point property.
See Also