Back to Devexpress

IPivotTableField.Area Property

blazor-devexpress-dot-blazor-dot-pivottable-dot-ipivottablefield-0e801188.md

latest1.2 KB
Original Source

IPivotTableField.Area Property

Specifies the area where the field is displayed.

Namespace : DevExpress.Blazor.PivotTable

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

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
PivotTableArea Area { get; set; }

Property Value

TypeDescription
PivotTableArea

A PivotTableArea enumeration value.

|

Available values:

NameDescription
Row

A row field.

| | Column |

A column field.

| | Filter |

A filter field.

| | Data |

A data field.

|

Remarks

Refer to the Area property description for additional information and an example.

See Also

IPivotTableField Interface

IPivotTableField Members

DevExpress.Blazor.PivotTable Namespace