TcxGridCardView.Rows Property
Provides indexed access to all Card View rows.
Declaration
property Rows[Index: Integer]: TcxGridCardViewRow read; write;
Property Value
Type | Description |
---|---|
TcxGridCardViewRow | A Card View row. |
See Also