private void gridView1_RowCellStyle(object sender, RowCellStyleEventArgs e) { gridUtility.DrawStatusColor(sender, e, colStatus, colSophieu); gridUtility.DrawColorForIncomeExpense(sender, e, colPurpose, colContent); }
private void gridView1_RowCellStyle(object sender, DevExpress.XtraGrid.Views.Grid.RowCellStyleEventArgs e) { gridutility.DrawStatusColor(sender, e, colStatusImport, colImportCode); }
private void gridView2_RowCellStyle(object sender, DevExpress.XtraGrid.Views.Grid.RowCellStyleEventArgs e) { gridUtility2.DrawStatusColor(sender, e, colStatus, colCompanyName); }