PivotGridHitInfo.ValueInfo Property
Gets the information on the field value located under the test point.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v20.2.dll
Declaration
public PivotFieldValueHitInfo ValueInfo { get; }
Public ReadOnly Property ValueInfo As PivotFieldValueHitInfo
Property Value
Type | Description |
---|---|
PivotFieldValueHitInfo | A PivotFieldValueHitInfo object which contains information on the field value located under the test point. |
See Also
Feedback