Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridCardViewRow.Kind Property

Specifies card row type.

#Declaration

Delphi
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.

See Also