<dxg:GridColumn Header="删除">
<dxg:GridColumn.CellTemplate>
<DataTemplate>
<Button Content="删除" Command="{Binding View.Grid.DataContext.DeleteCommand}" CommandParameter="{Binding RowData.Row}"/>
</DataTemplate>
</dxg:GridColumn.CellTemplate>
</dxg:GridColumn>
wpf GridControl 模板控件
最新推荐文章于 2025-03-25 21:58:09 发布