Back to Devexpress

PopupMenuShowingEventArgs.HitInfo Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-popupmenushowingeventargs-d283c612.md

latest1.6 KB
Original Source

PopupMenuShowingEventArgs.HitInfo Property

Gets info about the point where the context menu should be invoked.

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 that contains info about the point where the context menu should be invoked.

|

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

Point

PopupMenuShowingEventArgs Class

PopupMenuShowingEventArgs Members

DevExpress.XtraPivotGrid Namespace