PivotCustomDrawFieldValueThreadSafeEventArgs.Area Property
Gets the header area where the field is displayed.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
PivotArea | A PivotArea enumeration value that specifies the header area in which the field is displayed. |
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. |
Remarks
For more information, see Header Area.
See Also