Skip to main content
A newer version of this page is available. .

PivotFieldTooltipShowingEventArgs.HitInfo Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

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