Skip to main content

TcxGridCardViewRowLayoutObject.SetIndexInLayer(TcxGridCardViewRow,Integer,Boolean) Method

Moves ARow to the AValue position in the corresponding layer.

Declaration

procedure SetIndexInLayer(ARow: TcxGridCardViewRow; AValue: Integer; AMoveSubItems: Boolean = False);

Parameters

Name Type
ARow TcxGridCardViewRow
AValue Integer
AMoveSubItems Boolean

Remarks

The ARow parameter specifies the card row to be moved to the AValue position.

The AValue parameter specifies the new card row’s location in a 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