Skip to main content

TcxTreeListBand.MoveBand(TcxTreeListBand,Integer) Method

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

Declaration

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