Back to Devexpress

DxPivotGridField.Area Property

blazor-devexpress-dot-blazor-dot-dxpivotgridfield.md

latest1.8 KB
Original Source

DxPivotGridField.Area Property

Specifies the area in which the field is displayed.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[Parameter]
public PivotGridFieldArea Area { get; set; }

Property Value

TypeDescription
PivotGridFieldArea

A PivotGridFieldArea enumeration value.

|

Available values:

NameDescription
Row

A row field.

| | Column |

A column field.

| | Data |

A data field.

|

Remarks

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

DxPivotGridField Class

DxPivotGridField Members

DevExpress.Blazor Namespace