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

TcxPivotGridField.SetAreaPosition(TcxPivotGridFieldArea,Integer) Method

Positions the current field in the specified area and at the specified location.

#Declaration

Delphi
procedure SetAreaPosition(AArea: TcxPivotGridFieldArea; AAreaIndex: Integer);

#Parameters

Name Type
AArea TcxPivotGridFieldArea
AAreaIndex Integer

#Remarks

Call this method to place the current field in the area and at the position specified by the AArea and AAreaIndex parameters, respectively. This method sets the field’s Area and AreaIndex properties.

A field can’t be positioned as specified by the AArea and AAreaIndex parameters when:

  • moving to the specified area is prohibited by the AllowedAreas property;

  • the field is already displayed at the specified position.

See Also