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

TcxGridCardViewRowPosition.RowIndex Property

Specifies the vertical position of the currently processed card row in a card.

#Declaration

Delphi
property RowIndex: Integer read; write;

#Property Value

Type
Integer

#Remarks

Use the RowIndex property to change the current card row’s vertical position in a column (card rows in a card are laid out vertically if the View’s RowLayout property is set to rlVertical).

Use the RowIndex property to move the current card row between rows, if the View’s RowLayout property is set to rlHorizontal (card rows are organized in a horizontal orientation) and the card is split into two or more rows (see the BeginsLayer property).

See Also