Skip to main content
All docs
V24.2

PivotTableArea Enum

Lists values that specify the area where the Pivot Table field is displayed.

Namespace: DevExpress.Blazor.PivotTable

Assembly: DevExpress.Blazor.PivotTable.v24.2.dll

NuGet Package: DevExpress.Blazor.PivotTable

Declaration

public enum PivotTableArea

Members

Name Description
Row

A row field.

Column

A column field.

Data

A data field.

Related API Members

The following properties accept/return PivotTableArea values:

Remarks

Use the Pivot Table field’s Area property to specify the are where the field is displayed. Refer to the property description for more information and examples.

See Also