TcxTreeListBand.MoveBand(TcxTreeListBand,Integer) Method
In This Article
Nests a specific band at the specified position within the current band.
#Declaration
Delphi
procedure MoveBand(ABand: TcxTreeListBand; AColIndex: Integer);
#Parameters
Name | Type |
---|---|
ABand | Tcx |
ACol |
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