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

PivotFieldValueHitInfo Class

Contains information on the field value located under the test point.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v20.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public class PivotFieldValueHitInfo :
    PivotFieldValueEventArgs

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.

See Also