TcxGridBand.MoveColumns(TcxGridBand) Method
Moves all columns from the current band to the specified band.
Declaration
procedure MoveColumns(ABand: TcxGridBand);
Parameters
Name | Type |
---|---|
ABand | TcxGridBand |
Remarks
Use the MoveColumns method to move all the columns in the current band to the one specified by the ABand parameter. This method moves all the items row by row and column by column thus preserving their hierarchy and visual appearance within the specified band. Consider this method to be a way of changing the band that owns the columns.
See Also