TcxGridCardView.LayoutDirection Property
Specifies the orientation of the cards within the current View.
Declaration
property LayoutDirection: TcxGridCardViewLayoutDirection read; write; default ldHorizontal;
Property Value
| Type | Default |
|---|---|
| TcxGridCardViewLayoutDirection | ldHorizontal |
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

