Back to Devexpress

TcxGridCardView.LayoutDirection Property

vcl-cxgridcardview-dot-tcxgridcardview-7a3ca7ec.md

latest1.4 KB
Original Source

TcxGridCardView.LayoutDirection Property

Specifies the orientation of the cards within the current View.

Declaration

delphi
property LayoutDirection: TcxGridCardViewLayoutDirection read; write; default ldHorizontal;

Property Value

TypeDefault
TcxGridCardViewLayoutDirectionldHorizontal

Remarks

Use the layout direction to specify the placement order of cards within the current View. The possible values are listed below:

|

Value

|

Meaning

| | --- | --- | |

ldHorizontal

|

Cards placement order is down, then across.

| |

| |

ldVertical

|

Cards placement order is across, then down.

| |

|

The default value of the LayoutDirection property is ldHorizontal.

See Also

TcxGridCustomLayoutViewOptionsView.SeparatorColor

TcxGridCustomLayoutViewOptionsView.SeparatorWidth

TcxGridCardView Class

TcxGridCardView Members

cxGridCardView Unit