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

PivotFieldValueHitInfo(PivotFieldsAreaCellViewInfo, PivotGridValueHitTest) Constructor

Initializes a new instance of the PivotFieldValueHitInfo class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public PivotFieldValueHitInfo(
    PivotFieldsAreaCellViewInfo fieldCellViewInfo,
    PivotGridValueHitTest valueHitTest
)

Parameters

Name Type Description
fieldCellViewInfo DevExpress.XtraPivotGrid.ViewInfo.PivotFieldsAreaCellViewInfo

A DevExpress.XtraPivotGrid.ViewInfo.PivotFieldsAreaCellViewInfo object.

valueHitTest PivotGridValueHitTest

A PivotGridValueHitTest enumeration member that specifies which field value cell element is located under the test point.

Remarks

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

See Also