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.ColIndex Property

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

#Declaration

Delphi
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