blazor-devexpress-dot-blazor-dot-dxpivotgridfield.md
Specifies the area in which the field is displayed.
Namespace : DevExpress.Blazor
Assembly : DevExpress.Blazor.v25.2.dll
NuGet Package : DevExpress.Blazor
[Parameter]
public PivotGridFieldArea Area { get; set; }
| Type | Description |
|---|---|
| PivotGridFieldArea |
A PivotGridFieldArea enumeration value.
|
Available values:
| Name | Description |
|---|---|
| Row |
A row field.
| | Column |
A column field.
| | Data |
A data field.
|
Important
The Pivot Grid was moved to maintenance support mode. No new features/capabilities will be added to this component. We recommend that you migrate to the Pivot Table component.
Use the field’s Area property to specify the field location: Column Header Area , Row Header Area , or Data Header Area.
Column Header Area contains fields that define grid columns.
Row Header Area contains fields that define grid rows.
Data Header Area contain fields that define data for grid cells.
Note
To hide field headers, set the ShowFieldHeaders property to false.
See Also