TcxGridCardView.LayoutDirection Property
In This Article
Specifies the orientation of the cards within the current View.
#Declaration
Delphi
property LayoutDirection: TcxGridCardViewLayoutDirection read; write; default ldHorizontal;
#Property Value
Type | Default |
---|---|
Tcx |
ld |
#Remarks
Use the layout direction to specify the placement order of cards within the current View. The possible values are listed below:
Value | Meaning |
---|---|
ld | Cards placement order is down, then across. |
ld | Cards placement order is across, then down. |
The default value of the LayoutDirection property is ldHorizontal.
See Also