Back to Devexpress

TcxGridCardViewRow.Kind Property

vcl-cxgridcardview-dot-tcxgridcardviewrow.md

latest1.9 KB
Original Source

TcxGridCardViewRow.Kind Property

Specifies card row type.

Declaration

delphi
property Kind: TcxGridCardViewRowKind read; write; default rkData;

Property Value

TypeDefault
TcxGridCardViewRowKindrkData

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

TcxGridCardViewRowStyles.CaptionRow

TcxGridCardViewRowStyles.CategoryRow

TcxGridCardViewStyles.CaptionRow

TcxGridCardViewStyles.CategoryRow

Card Category Row

TcxGridCardViewRow Class

TcxGridCardViewRow Members

cxGridCardView Unit