Search code examples
c#winformsdevexpressxtragrid

Dev Express GridView rows count


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


Solution

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