Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridCardViewRow.MoveTo(Integer,Boolean) Method

Moves the currently processed row to the AIndex visual position in the current card.

#Declaration

Delphi
procedure MoveTo(AIndex: Integer; AMoveSubItems: Boolean);

#Parameters

Name Type
AIndex Integer
AMoveSubItems Boolean

#Remarks

Use the MoveTo method to reposition the currently processed row in the card it’s located in.

The AIndex parameter specifies a new position.

The AMoveSubItems parameter specifies whether the row’s children are to be moved along with the row, if the row is a category row (the Kind property is set to rkCategory). Set the AMoveSubItems parameter to True to move the row with its children.

See Also