Does anyone knows how to get a DevExpress WPF Grid Rows count?
The number of rows displayed can change as users change the grouping, filterting. Therefore, you should use the GridControl.VisibleRowCount property instead of the data source row count.