Back to Devexpress

IPivotTableField.AllowedAreas Property

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

latest1.3 KB
Original Source

IPivotTableField.AllowedAreas Property

Specifies areas where the field can be displayed.

Namespace : DevExpress.Blazor.PivotTable

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

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
PivotTableAllowedAreas AllowedAreas { get; set; }

Property Value

TypeDescription
PivotTableAllowedAreas

A PivotTableAllowedAreas enumeration value.

|

Available values:

NameDescription
Row

The Row area.

| | Column |

The Column area.

| | Filter |

The Filter Area.

| | Data |

The Data area.

| | All |

All areas: Row, Column, Data, Filter.

|

Remarks

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

See Also

IPivotTableField Interface

IPivotTableField Members

DevExpress.Blazor.PivotTable Namespace