IPivotTableField.AllowedAreas Property
Specifies areas where the field can be displayed.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
PivotTableAllowedAreas AllowedAreas { get; set; }
Property Value
Type | Description |
---|---|
PivotTableAllowedAreas | A PivotTableAllowedAreas enumeration value. |
Available values:
Name | Description |
---|---|
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 more information and an example.
See Also