GridControl Change Font

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