In System.Windows.Forms.DataGridView
it is DataGridView.Rows.Count
. But how can I get Dev Express GridView's rows count?
You will need to get the View
inside of the GridView
and then access the RowCount
Property
In Dev Express There is a Grid Control and Inside this grid control view is there, so you can use gridview.rowcount property to get the number of rows in a gridview.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With