我用一个WPF DataGrid
,
我想要(已编辑的单元格)bind
的文本,其中CurrentCell
包含我的属性ViewModel
是否有可能做到这一点?
编辑:
我尝试这种方式:
<DataGrid CurrentCell="{Binding MyProp}"...../>
我得到这个错误:
Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=MyProp; DataItem='MyViewModel' (HashCode=38365672); target element is 'DataGrid' (Name='CustomCmdDg'); target property is 'CurrentCell' (type 'DataGridCellInfo')