Back to Devexpress

PivotTableArea Enum

blazor-devexpress-dot-blazor-dot-pivottable-044fe888.md

latest1.5 KB
Original Source

PivotTableArea Enum

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

Namespace : DevExpress.Blazor.PivotTable

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

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
public enum PivotTableArea

Members

NameDescription
Row

A row field.

| | Column |

A column field.

| | Filter |

A filter field.

| | Data |

A data field.

|

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 additional information and examples.

See Also

DevExpress.Blazor.PivotTable Namespace