Dev Express GridView rows count

Vano Maisuradze picture Vano Maisuradze · Mar 31, 2011 · Viewed 13.4k times · Source

In System.Windows.Forms.DataGridView it is DataGridView.Rows.Count. But how can I get Dev Express GridView's rows count?

Answer

msarchet picture msarchet · Mar 31, 2011

You will need to get the View inside of the GridView and then access the RowCount Property