Skip to main content

TcxPivotGridField.AllowedAreas Property

Specifies the areas in which the field can be positioned.

Declaration

property AllowedAreas: TcxPivotGridFieldAreas read; write;

Property Value

Type
TcxPivotGridFieldAreas

Remarks

Use this property to specify in which of the available areas (i.e. the column header area, row header area, filter header area, data header area) the current field can be positioned. The value of the AllowedAreas property represents an enumeration. By removing a specific flag from the property’s value you can prevent the field from being moved into the corresponding area.

The default value of the AllowedAreas property is [faColumn..faData] which indicates that the field can be positioned within any of the available areas.

See Also