private void dtItems_RowCellStyle(object sender, DevExpress.XtraGrid.Views.Grid.RowCellStyleEventArgs e)
{
e.Appearance.Font = new Font("Arial", fontSize, FontStyle.Regular);
}private void dtItems_RowCellStyle(object sender, DevExpress.XtraGrid.Views.Grid.RowCellStyleEventArgs e)
{
e.Appearance.Font = new Font("Arial", fontSize, FontStyle.Regular);
}