TcxPivotGridOptionsDataField.AreaIndex Property
Specifies the data field anchor‘s current position in the sequence of fields in the drop area.
Declaration
property AreaIndex: Integer read; write; default -1;
Property Value
Type |
---|
Integer |
Remarks
Use the AreaIndex property to specify the data field anchor‘s current position among other fields in the drop area.
Note
the data field anchor can only be placed either in the column header area or the row header area.
The default value of the AreaIndex property is -1.
See Also