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

TcxTreeListColumnPosition.SetPositionEx(Integer,Integer,Integer,Boolean) Method

Moves the column at a specific position in a specified band.

#Declaration

Delphi
procedure SetPositionEx(ABandIndex: Integer; AColIndex: Integer; ARowIndex: Integer; IsInsertRow: Boolean = False);

#Parameters

Name Type
ABandIndex Integer
AColIndex Integer
ARowIndex Integer
IsInsertRow Boolean

#Remarks

Call this method to simultaneously change the column’s Position.BandIndex, Position.ColIndex, and Position.RowIndex property values. New property values are passed as the ABandIndex, AColIndex and ARowIndex parameters, respectively.

Pass True as the IsInsertRow parameter to make the column occupy an entire row in a band.

See Also