TcxPivotGridField.AllowedAreas Property
Specifies areas where 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 (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