I'm working with DevExpress GridControl for Windows Forms, what I want is to get data from certain row, I do not know how to do it.
In Windows Forms DataGridView I do it in the following way
if (dgvCategoria.Rows.Count > 0)
Helper.IdRow = Convert.ToInt32(dgvCategoria.CurrentRow.Cells[0].Value);