开发者

How to get row index of the selected cell in WPF grid

开发者 https://www.devze.com 2022-12-11 17:32 出处:网络
Does anyone kn开发者_Go百科ows how to get row index of the selected cell in DevExpress WPF grid?

Does anyone kn开发者_Go百科ows how to get row index of the selected cell in DevExpress WPF grid? In WinForms it was something like that:

dataGridViewControll.SelectedCells[0].RowIndex;


Grid.GetRow(urGridctrl);

0

精彩评论

暂无评论...
验证码 换一张
取 消