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

PivotGridHitInfo.HitTest Property

Gets a value identifying the type of the visual element located under the test point.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v18.2.dll

Declaration

public PivotGridHitTest HitTest { get; }

Property Value

Type Description
PivotGridHitTest

A PivotGridHitTest enumeration value which identifies the type of the visual element that contains the test point.

Available values:

Name Description
None

The test point does not belong to any visual element or is outside the PivotGridControl.

HeadersArea

The test point belongs to the header area.

Cell

The test point belongs to a cell.

Value

The test point belongs to a field value.

The following code snippets (auto-collected from DevExpress Examples) contain references to the HitTest property.

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