DevExpress.XtraGrid.StyleFormatCondition cn;
            cn = new DevExpress.XtraGrid.StyleFormatCondition(DevExpress.XtraGrid.FormatConditionEnum.Equal, gridView1.Columns["列名"], null, 值, 值, true);
            cn.Appearance.BackColor = Color.Gray;
            gridView1.FormatConditions.Add(cn);

相关文章:

  • 2021-11-19
  • 2021-07-01
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
  • 2021-11-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2018-03-14
  • 2021-11-10
相关资源
相似解决方案