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

TcxPivotGridOptionsDataField.AreaIndex Property

Specifies the data field anchor‘s current position in the sequence of fields in the drop area.

#Declaration

Delphi
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