示例#1
0
 private void gridView1_RowCellStyle(object sender, DevExpress.XtraGrid.Views.Grid.RowCellStyleEventArgs e)
 {
     gridUtility.DrawColorForPlanning(sender, e, colStatus, colDisplayColor, colDayleft);
 }