Skip to main content

TcxGridBand.MoveBand(TcxGridBand,Integer) Method

Moves the specified band with respect to the other child bands within the current band.

Declaration

procedure MoveBand(ABand: TcxGridBand; AColIndex: Integer);

Parameters

Name Type
ABand TcxGridBand
AColIndex Integer

Remarks

Use the MoveBand method to move the band specified by the ABand parameter into the required horizontal position amongst the other child bands. The AColIndex parameter specifies the Position.ColIndex property value of the required position.

See Also