Back to Devexpress

TcxPivotGridOptionsDataField.Area Property

vcl-cxcustompivotgrid-dot-tcxpivotgridoptionsdatafield.md

latest1.5 KB
Original Source

TcxPivotGridOptionsDataField.Area Property

Specifies the drop area of the data field anchor.

Declaration

delphi
property Area: TcxPivotGridDataFieldArea read; write; default dfaNone;

Property Value

TypeDefault
TcxPivotGridDataFieldAreadfaNone

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

TcxCustomPivotGrid.OnLayoutChanged

TcxPivotGridOptionsDataField.AreaIndex

TcxPivotGridOptionsDataField Class

TcxPivotGridOptionsDataField Members

cxCustomPivotGrid Unit