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.v25.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
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