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