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.v22.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.

See Also