Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridField.AllowedAreas Property

Specifies areas where the field can be positioned.

#Declaration

Delphi
property AllowedAreas: TcxPivotGridFieldAreas read; write;

#Property Value

Type
TcxPivotGridFieldAreas

#Remarks

Use this property to specify in which of the available areas (column, row, filter, or 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