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.v20.2.dll
Declaration
public PivotGridHeaderHitTest HeaderHitTest { get; }
Public ReadOnly Property HeaderHitTest As PivotGridHeaderHitTest
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. |
See Also
Feedback