TcxGridCardViewRowLayoutObject.SetLayerIndex(TcxGridCardViewRow,Integer,Boolean,Boolean) Method
Places ARow in the AValue layer.
Declaration
procedure SetLayerIndex(ARow: TcxGridCardViewRow; AValue: Integer; ANewLayer: Boolean = False; AMoveSubItems: Boolean = False);
Parameters
Name | Type |
---|---|
ARow | TcxGridCardViewRow |
AValue | Integer |
ANewLayer | Boolean |
AMoveSubItems | Boolean |
Remarks
The ARow parameter specifies the category row to be moved to the AValue layer.
The AValue parameter specifies the index of a layer.
The ANewLayer parameter specifies whether a new layer should be created. Set the ANewLayer parameter to True to create a new layer.
The AMoveSubItems parameter specifies whether the ARow ‘s existing children (if ARow is a category row – see the TcxGridCardViewRow.Kind property) are to be moved with the parent. Set the AMoveSubItems parameter to True to move the children.
See Also