Skip to main content

PivotFieldTooltipShowingEventArgs.HitInfo Property

Gets information about the point where the tooltip should be invoked.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotGridHitInfo HitInfo { get; }

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