TcxGridCardView.RowCount Property
Returns the number of rows in the Card View.
Declaration
property RowCount: Integer read;
Property Value
| Type | Description |
|---|---|
| Integer | The number of rows in the Card View. |
Remarks
Use the RowCount property to identify the number of rows accessible through the Rows property.
See Also