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

PivotFieldValueHitInfo.ValueHitTest Property

Gets which field value cell element is located under the test point.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public PivotGridValueHitTest ValueHitTest { get; }

Property Value

Type Description
PivotGridValueHitTest

A PivotGridValueHitTest enumeration member that specifies which field value cell element is located under the test point.

Available values:

Name Description
None

No element is located under the test point.

ExpandButton

The expand/collapse button is located under the test point.

See Also