SchedulerMonthViewElement monthViewElement = radScheduler1.SchedulerElement.ViewElement as SchedulerMonthViewElement;
Font newFont = new Font("Arial", 10, FontStyle.Italic);
foreach (SchedulerHeaderCellElement cell in monthViewElement.Header.GetCells())
{
cell.Font = newFont;
}
}
I hope this information helps. Should you have further questions, I would be glad to help.
Regards,
Desislava
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely. Sign up for Free application insights >>