TcxCustomGridCardRowLayoutObject.Layout Property
Gets the card row’s sequence orientation.
Declaration
property Layout: TcxGridCardViewRowLayout read;
Property Value
Type |
---|
TcxGridCardViewRowLayout |
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