Skip to main content

TcxGridCardViewRowPosition.RowIndex Property

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

Declaration

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