Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

PivotGridFieldArea Enum

Lists the values that specify the areas where the pivot grid fields can be displayed.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

Declaration

public enum PivotGridFieldArea

Members

Name Description
Row

A row field.

Column

A column field.

Data

A data field.

Related API Members

The following properties accept/return PivotGridFieldArea values:

See Also