In System.Windows.Forms.DataGridView it is DataGridView.Rows.Count. But how can I get Dev Express GridView's rows count?
System.Windows.Forms.DataGridView
DataGridView.Rows.Count
You will need to get the View inside of the GridView and then access the RowCount Property
View
GridView
RowCount