<Style TargetType="{x:Type DataGrid}">
<Style.Resources>
<Style x:Key="{ComponentResourceKey ResourceId=DataGridSelectAllButtonStyle, TypeInTargetAssembly={x:Type DataGrid}}"
TargetType="{x:Type Button}">
<Setter Property="Background" Value="Transparent"/>
<Setter Property="BorderThickness" Value="0"/>
</Style>
</Style.Resources>
</Style>
DataGridSelectAllButtonStyle
- DataGrid: DataGridSelectAllButtonStyle 2021.08.09
DataGrid: DataGridSelectAllButtonStyle
2021. 8. 9. 13:25