PivotFieldTooltipShowingEventArgs.HitInfo Property
In This Article
Gets information about the point where the tooltip 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
The coordinates of the point where the tooltip should be invoked can be also obtained using the PivotFieldTooltipShowingEventArgs.Point property.
See Also