博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
DevExpress GridControl行颜色标识
阅读量:5775 次
发布时间:2019-06-18

本文共 1233 字,大约阅读时间需要 4 分钟。

      

1         private void Validate4RowColor() 2         { 3             //this.gridChild_Main.Views[0] 4             DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition(); 5             styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); 6             styleFormatCondition1.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); 7             styleFormatCondition1.Appearance.Options.UseBackColor = true; 8             styleFormatCondition1.ApplyToRow = true; 9             styleFormatCondition1.Column = this.col_gridChild_Main_Quantity;10             styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;11             styleFormatCondition1.Expression = "[OutQuantity] < [Quantity]";12             this.gridChild_Main.CustomerMainGridView.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {13             styleFormatCondition1});14             //this.gridView1.GridControl = this.gridControl;15         }

 

转载于:https://www.cnblogs.com/xakml/p/3831253.html

你可能感兴趣的文章
链表基本操作的实现(转)
查看>>
邮件发送1
查看>>
[转] libcurl异步方式使用总结(附流程图)
查看>>
编译安装LNMP
查看>>
[转]基于display:table的CSS布局
查看>>
crm 02--->讲师页面及逻辑
查看>>
AS3.0 Bitmap类实现图片3D旋转效果
查看>>
Eigen ,MKL和 matlab 矩阵乘法速度比较
查看>>
带三角的面包屑导航栏(新增递增数字)
查看>>
Web应用程序安全与风险
查看>>
codeforces 984 A. Game
查看>>
CSS居中
查看>>
One Person Game(概率+数学)
查看>>
CodeForces 258B Little Elephant and Elections :于1-m中找出七个数,使六个数里面的4和7个数比第七个数严格小:数位dp+dfs...
查看>>
MAP
查看>>
手把手教你测——上网快鸟
查看>>
用javascript获取地址栏参数
查看>>
一起谈.NET技术,你应该知道的15个Silverlight诀窍
查看>>
商教助手!解析夏普液晶高清宽屏投影机系列
查看>>
云南去年有望实现151万贫困人口净脱贫
查看>>