TcxPivotGridOptionsDataField.Area Property
Specifies the drop area of the data field anchor.
Declaration
property Area: TcxPivotGridDataFieldArea read; write; default dfaNone;
Property Value
Type | Default |
---|---|
TcxPivotGridDataFieldArea | dfaNone |
Remarks
One of the two available locations for the data field anchor can be specified through the Area property – either the column header area (set the Area property to dfaColumn) or the row header area (set the Area property to dfaRow).
If the Area property is set to dfaNone, the data field anchor is not visible.
The default value of the Area property is dfaNone.
See Also