Skip to main content

TcxGridCardRowLayoutObject.Layout Property

Gets the card row’s sequence orientation.

Declaration

property Layout: TcxGridCardViewRowLayout read; write;

Property Value

Type
TcxGridCardViewRowLayout

Remarks

The Layout property returns one of two available types of card row arrangements in a card: either rlHorizontal, if card rows are organized into rows, or rlVertical, if card rows are organized into columns.

See Also