DevExpress.XtraGrid.GridControl控件获取选中行某列的值

来源:互联网 发布:帝国cms免费源码 编辑:程序博客网 时间:2024/05/17 23:45
int selectedHandle;
selectedHandle = this.gridView1.GetSelectedRows()[0];
MessageBox.Show(this.gridView1.GetRowCellValue(selectedHandle, "RoadName").ToString());
0 0
原创粉丝点击