PivotGridHeadersAreaHitInfo.HeaderHitTest Property
In This Article
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 |
---|---|
Pivot |
A Pivot |
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