TcxGridCardViewRowLayout Enum
In This Article
Enumerates card row arrangement options.
#Declaration
Delphi
TcxGridCardViewRowLayout = (
rlHorizontal,
rlVertical
);
#Members
Name |
---|
rl
|
rl
|
#Remarks
Options include:
Value | Meaning |
---|---|
rl |
Rows in a card are arranged horizontally, from left to right. |
rl |
Rows in a card are arranged vertically, one under another. |
See Also