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}}}" />

 

posted @ 2016-02-02 15:02  倾国倾城何为倾  阅读(1019)  评论(0编辑  收藏  举报