Skip to main content

TcxGridCardView.Rows Property

Provides indexed access to all Card View rows.

Declaration

property Rows[Index: Integer]: TcxGridCardViewRow read; write;

Property Value

Type
TcxGridCardViewRow

Remarks

Use the Rows property to gain access to all Card View rows. Each Card View row is an instance of the TcxGridCardViewRow class. Members of this class allow you to specify the row caption, caption alignment, row representation (caption row, category row or data row), row width, editor for the row value, sort order for the cards within the current View, etc. Rows corresponding to fields in a single record are combined into cards.

See Also