TcxGridViewData.RowCount Property
Specifies the number of rows which are represented by the current ViewData class instance.
Declaration
property RowCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
The RowCount property retrieves the number of rows provided by the Rows collection.
See Also