DataGrid DataGridTextColumn 樣式

时间:2023-12-30 13:52:08

<DataGridTextColumn.ElementStyle>
<Style TargetType="TextBlock" >
<Setter Property="Foreground" Value="Black" />
<Setter Property="Background" Value="Yellow" />
</Style>
</DataGridTextColumn.ElementStyle>
<DataGridTextColumn.EditingElementStyle>
<Style TargetType="TextBox" >
<Setter Property="Foreground" Value="Black" />
<Setter Property="Background" Value="Yellow" />
</Style>
</DataGridTextColumn.EditingElementStyle>