Back to Devexpress

TcxGridCardView.RowLayout Property

vcl-cxgridcardview-dot-tcxgridcardview-1f1948f9.md

latest1.7 KB
Original Source

TcxGridCardView.RowLayout Property

Specifies the card row layout.

Declaration

delphi
property RowLayout: TcxGridCardViewRowLayout read; write; default rlHorizontal;

Property Value

TypeDefaultDescription
TcxGridCardViewRowLayoutrlHorizontal

The active card row layout.

|

Remarks

A Card View allows you to specify one of two types of card row layout:

rlHorizontal

Card rows are arranged in a row, from left to right:

rlVertical

Card rows are arranged in a column, from top to bottom:

Additionally, a card can be split into an arbitrary number of rows or columns. When using a split layout, rows and columns are named layers. To create multiple layers in a card, set the Position.BeginsLayer property of card rows that start new layers to True.

Default Value

The RowLayout property’s default value is rlHorizontal.

See Also

TcxGridCardView.RowLayoutController Property

TcxGridCardView Class

TcxGridCardView Members

cxGridCardView Unit