PivotFieldValueHitInfo Class
Contains information on the field value located under the test point.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Related API Members
The following members return PivotFieldValueHitInfo objects:
Remarks
The PivotFieldValueHitInfo class instances are returned by the PivotGridHitInfo.ValueInfo property.
Use the PivotFieldValueHitInfo.ValueHitTest property to obtain which field value cell element is located under the test point. To obtain the field value represented by the cell and the field which identifies the value, use the PivotFieldValueEventArgsBase<T>.Value and PivotFieldEventArgsBase<T>.Field properties, respectively. Use the PivotFieldValueEventArgsBase<T>.ValueType property, to obtain the type of the processed field value cell.