Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotFieldValueHitInfo Class

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v24.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