标签:
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绑定
标签:
原文地址:http://www.cnblogs.com/zhaohaoran/p/5177576.html