TcxCustomGridCardRowLayoutObject.Layout Property
In This Article
Gets the card row’s sequence orientation.
#Declaration
Delphi
property Layout: TcxGridCardViewRowLayout read;
#Property Value
Type |
---|
Tcx |
#Remarks
This property returns one of the two available types of card row arrangements in a card: either rlHorizontal, if card rows are organized into rows, or rlVertical, if card rows are organized into columns.
See Also