Back to Devexpress

PivotGridHeadersAreaHitInfo.HeaderHitTest Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridheadersareahitinfo-3f14a573.md

latest1.8 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public PivotGridHeaderHitTest HeaderHitTest { get; }
vb
Public ReadOnly Property HeaderHitTest As PivotGridHeaderHitTest

Property Value

TypeDescription
PivotGridHeaderHitTest

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

|

Available values:

NameDescription
None

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

| | Filter |

The test point belongs to the filter button.

|

See Also

PivotGridHeadersAreaHitInfo Class

PivotGridHeadersAreaHitInfo Members

DevExpress.XtraPivotGrid Namespace