Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotGridHeadersAreaHitInfo.HeaderHitTest Property

Gets a value which identifies the type of the header’s visual element that is located under the test point.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v24.2.dll

NuGet Package: DevExpress.Win.PivotGrid

#Declaration

public PivotGridHeaderHitTest HeaderHitTest { get; }

#Property Value

Type Description
PivotGridHeaderHitTest

A PivotGridHeaderHitTest enumeration value which identifies the type of the header’s visual element that is located under the test point.

Available values:

Name Description
None

The test point doesn’t belong to the filter button.

Filter

The test point belongs to the filter button.

See Also