TcxGridCardViewRow.Kind Property
Specifies card row type.
Declaration
property Kind: TcxGridCardViewRowKind read; write; default rkData;
Property Value
Type | Default |
---|---|
TcxGridCardViewRowKind | rkData |
Remarks
The enumeration values specify three types of card rows that can be shown in a card:
rkData. Specifies data rows. End-users can edit their values.
rkCaption. Represents caption rows. These rows cannot be edited at runtime. Their background is colored differently to visually distinguish them from data rows.
rkCategory. Specifies a category row type. If the currently processed row is a category, the rows that follow it are its children. A category row is used to logically organize related rows into group. This group is drawn in a Card View in a tree-like manner. The expand button that appears in the category row to the left of its caption, allows end-users to expand or collapse it. Unlike caption rows, category rows can be edited.
The default value of the Kind property is rkData.