wpf c# 获取datagrid选中行的某列的值==========================
dataGridView1.CurrentRowdataGridView1.CurrentCell
dataGridView1.CurrentRow
dataGridView1.CurrentCell
gridview.GetFocusedDataRow["colname"]
怎么通过属性获取某一列的值呢