GridControl.RowCount Property
In This Article
Gets the number of data rows in the grid.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value that is the number of rows in the grid. |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
The RowCount property returns the total number of data rows in the grid. All rows are counted including rows that are hidden within collapsed groups.
See Also