Skip to main content

PivotGridHitInfo(PivotHeadersViewInfoBase, PivotFieldItem, PivotGridHeaderHitTest, Point) Constructor

Initializes a new instance of the PivotGridHitInfo class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotGridHitInfo(
    PivotHeadersViewInfoBase headersViewInfo,
    PivotFieldItem field,
    PivotGridHeaderHitTest headerHitTest,
    Point hitPoint
)

Parameters

Name Type Description
headersViewInfo DevExpress.XtraPivotGrid.ViewInfo.PivotHeadersViewInfoBase

An object that contains information on the processed field header.

field DevExpress.XtraPivotGrid.Data.PivotFieldItem

An object that identifies the field whose header is located under the test point

headerHitTest PivotGridHeaderHitTest

A PivotGridHeaderHitTest enumeration value which identifies the visual element located under the test point.

hitPoint Point

A Point structure that specifies the test point for which the hit information is to be retrieved.

Remarks

Instances of the PivotGridHitInfo class are automatically created and initialized. Typically, there is no need to call this constructor directly from your code.

See Also