码迷,mamicode.com
首页 > Windows程序 > 详细

WPF 修改dev GridControl行背景色

时间:2018-08-09 13:49:02      阅读:720      评论:0      收藏:0      [点我收藏+]

标签: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>

 

WPF 修改dev GridControl行背景色

标签:binding   path   修改   bin   yellow   span   wpf   property   背景色   

原文地址:https://www.cnblogs.com/czly/p/9448000.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!