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.v18.1.dll

Declaration

public class PivotFieldValueHitInfo :
    PivotFieldValueEventArgs

The following members accept/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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PivotFieldValueHitInfo class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also