Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

C#
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