会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
归来
厉兵秣马 枕戈待旦
博客园
首页
管理
2016年6月5日
WPF DataGrid 获取选中的当前行某列值
摘要: 方法一: DataRowView mySelectedElement = (DataRowView)dataGrid1.SelectedItem; string result = mySelectedElement.Row[0]ToString(); 方法二: var a = this.dataGrid1.SelectedItem; var b = a as Dat...
阅读全文
posted @ 2016-06-05 12:44 AnswerCard
阅读(15818)
评论(0)
推荐(0)
编辑
公告