Skip to main content

PivotGridHitInfo(Point) Constructor

Initializes a new instance of the PivotGridHitInfo class with the specified test point.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotGridHitInfo(
    Point hitPoint
)

Parameters

Name Type Description
hitPoint Point

A Point structure specifying test point coordinates relative to the Pivot Grid Control’s top-left corner. This value is assigned to the PivotGridHitInfo.HitPoint property.

See Also