Back to Devexpress

PivotTablePersistentLayoutField.Area Property

blazor-devexpress-dot-blazor-dot-pivottable-dot-pivottablepersistentlayoutfield.md

latest1.4 KB
Original Source

PivotTablePersistentLayoutField.Area Property

Specifies the field’s area.

Namespace : DevExpress.Blazor.PivotTable

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

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
[JsonConverter(typeof(JsonStringEnumConverter))]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public PivotTableArea? Area { get; set; }

Property Value

TypeDescription
Nullable<PivotTableArea>

The field area.

|

Available values:

NameDescription
Row

A row field.

| | Column |

A column field.

| | Filter |

A filter field.

| | Data |

A data field.

|

Remarks

Refer to the PivotTablePersistentLayoutField class description for additional information and an example.

See Also

PivotTablePersistentLayoutField Class

PivotTablePersistentLayoutField Members

DevExpress.Blazor.PivotTable Namespace