PivotFieldTooltipShowingEventArgs.HitInfo Property
Gets information about the point where the tooltip should be invoked.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
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