WPF MVVM DataGrid Button Command绑定

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WPF MVVM DataGrid Button Command绑定相关的知识,希望对你有一定的参考价值。

WPF MVVM DataGrid Button Command绑定

<Button  Content="删除"
                                     Background="{StaticResource mainColor}"
                                     Width="90"
                                     Height="35"
                                     Style="{StaticResource BtnStyle}"
                                     Command="{Binding Path=DataContext.ExecuteDelDrugCommand,       
 RelativeSource= {RelativeSource FindAncestor,
  AncestorType={x:Type DataGrid}}}" />

 

以上是关于WPF MVVM DataGrid Button Command绑定的主要内容,如果未能解决你的问题,请参考以下文章

如何使用 MVVM 自动隐藏 WPF 中的 DataGrid 列? [复制]

使用 MVVM 从 WPF 中的 TextBox 进行正确的 DataGrid 搜索

在 MVVM 中的 Datagrid 中绑定 WPF 组合框不保存更改

WPF MvvM DataGrid 动态列

WPF DataGrid Multiselect启用了虚拟化MVVM

从MVVM WPF项目中的DataGrid中选择多个项目