Skip to main content

TcxGridCardViewRowLayout Enum

Enumerates card row arrangement options.

Declaration

TcxGridCardViewRowLayout = (
    rlHorizontal,
    rlVertical
);

Members

Name
rlHorizontal
rlVertical

Remarks

Options include:

Value Meaning
rlHorizontal Rows in a card are arranged horizontally, from left to right.
rlVertical Rows in a card are arranged vertically, one under another.
See Also