Skip to main content

TcxGridCardViewRowLayoutController.Layout Property

Returns the card row’s sequence orientation.

Declaration

property Layout: TcxGridCardViewRowLayout read;

Property Value

Type
TcxGridCardViewRowLayout

Remarks

Two types of card row arrangement are available in a card:

  • Card rows in a card are arranged horizontally, from left to right – the Layout property returns rlHorizontal;

  • Card rows in a card are arranged into a column, one under another – the Layout property returns rlVertical.

See Also