PivotFieldValueHitInfo(PivotFieldsAreaCellViewInfo, PivotGridValueHitTest) Constructor
Initializes a new instance of the PivotFieldValueHitInfo class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
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