Skip to main content

TcxGridCardViewRowLayoutObject.MergeLayer(Integer) Method

Moves card rows located in a specified layer to the previous layer.

Declaration

procedure MergeLayer(ALayerIndex: Integer);

Parameters

Name Type
ALayerIndex Integer

Remarks

All ALayerIndex‘s card rows are moved to the previous layer. These items are added to the end of the target layer’s items. The MergeLayer method shifts up the indexes of any subsequent card layers.

See Also