Skip to main content

TcxGridCardViewRowPosition.ColIndex Property

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

Declaration

property ColIndex: Integer read; write;

Property Value

Type
Integer

Remarks

Use the ColIndex property to change the current card row’s position within a row when two or more card rows are located on this row. (Card rows within a card are laid out in a row if the View’s RowLayout property is set to rlHorizontal).

Use the ColIndex property to move the current card row between columns if the View’s RowLayout property is set to rlVertical and the card is split into two or more columns (see the BeginsLayer property).

See Also