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

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.v19.1.dll

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the HeaderHitTest 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