如何在WPF网格中获取所选单元格的行索引

时间:2009-11-19 09:25:10

标签: wpf grid devexpress

有谁知道如何在DevExpress WPF网格中获取所选单元格的行索引? 在WinForms中它是这样的:

dataGridViewControll.SelectedCells[0].RowIndex;

1 个答案:

答案 0 :(得分:1)

Grid.GetRow(urGridctrl);