TcxGridCardView.RowCount Property
In This Article
Returns the number of rows in the Card View.
#Declaration
Delphi
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