如何获取WPF网格中选定单元格的行索引
有谁知道如何获取 DevExpress WPF 网格中所选单元格的行索引? 在 WinForms 中,情况是这样的:
dataGridViewControll.SelectedCells[0].RowIndex;
Does anyone knows how to get row index of the selected cell in DevExpress WPF grid?
In WinForms it was something like that:
dataGridViewControll.SelectedCells[0].RowIndex;
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Grid.GetRow(urGridctrl);
Grid.GetRow(urGridctrl);