Back to Devexpress

PivotFieldTooltipShowingEventArgs.HitInfo Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotfieldtooltipshowingeventargs.md

latest1.6 KB
Original Source

PivotFieldTooltipShowingEventArgs.HitInfo Property

Gets information about the point where the tooltip 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 contains information about the point where the tooltip should be invoked.

|

Remarks

The coordinates of the point where the tooltip should be invoked can be also obtained using the PivotFieldTooltipShowingEventArgs.Point property.

See Also

PivotFieldTooltipShowingEventArgs Class

PivotFieldTooltipShowingEventArgs Members

DevExpress.XtraPivotGrid Namespace