Back to Devexpress

PivotGridHeadersAreaHitInfo.Area Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridheadersareahitinfo-348ba053.md

latest1.9 KB
Original Source

PivotGridHeadersAreaHitInfo.Area Property

Gets the header area of the PivotGrid control which is located under the test point.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public PivotArea Area { get; }
vb
Public ReadOnly Property Area As PivotArea

Property Value

TypeDescription
PivotArea

A PivotArea enumeration value which specifies the area located under the test point.

|

Available values:

NameDescription
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

Field

PivotGridHeadersAreaHitInfo Class

PivotGridHeadersAreaHitInfo Members

DevExpress.XtraPivotGrid Namespace