标签:binding path 修改 bin yellow span wpf property 背景色
<dxg:TableView.RowStyle> <Style TargetType="dxg:RowControl" > <Style.Triggers> <DataTrigger Binding="{Binding Path=Row.FISRUSH}" Value="1"> <Setter Property="Background" Value="Orange"/> </DataTrigger> <DataTrigger Binding="{Binding Path=Row.FISRUSH}" Value="0"> <Setter Property="Background" Value="Yellow"/> </DataTrigger> </Style.Triggers> </Style> </dxg:TableView.RowStyle>
标签:binding path 修改 bin yellow span wpf property 背景色
原文地址:https://www.cnblogs.com/czly/p/9448000.html