Skip to main content

PivotGridHitInfo.HitTest Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

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.

FixedLeftDiv

The test point belongs to the left fixed line.

FixedRightDiv

The test point belongs to the right fixed line.

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