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

TcxTreeListBand.MoveBand(TcxTreeListBand,Integer) Method

Nests a specific band at the specified position within the current band.

#Declaration

Delphi
procedure MoveBand(ABand: TcxTreeListBand; AColIndex: Integer);

#Parameters

Name Type
ABand TcxTreeListBand
AColIndex Integer

#Remarks

The ABand parameter specifies the band being moved.

The AColIndex parameter specifies the possible position of the band within the current band. This parameter value corresponds to a band’s Position.ColIndex property value.

See Also