PivotGridHeadersAreaHitInfo.Area Property
Gets the header area of the PivotGrid control which is located under the test point.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| PivotArea | A PivotArea enumeration value which specifies the area located under the test point. |
Available values:
| Name | Description |
|---|---|
| RowArea | Corresponds to the Row Header Area. |
| ColumnArea | Corresponds to the Column Header Area. |
| FilterArea | Corresponds to the Filter Header Area. |
| DataArea | Corresponds to the Data Header Area. |
See Also