Skip to main content

PivotGridHitInfo.HitPoint Property

Gets the test point.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public Point HitPoint { get; }

Property Value

Type Description
Point

A Point structure specifying test point coordinates relative to the Pivot Grid Control’s top-left corner.

See Also