This is a migrated thread and some comments may be shown as answers.

Change Resource Fonts

0 Answers 56 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Denis Cilliers
Top achievements
Rank 1
Denis Cilliers asked on 16 May 2013, 04:40 PM
How do we change the font of a resource 

http://www.telerik.com/help/winforms/scheduler-views-grouping-by-resources.html

This page details only colours not the font

Particularly the Header part not the diary part

Hmm got it sorted

If rsScheduler.GroupType = GroupType.Resource And rsScheduler.ActiveViewType = SchedulerViewType.Day Then
           Dim element As SchedulerDayViewGroupedByResourceElement = TryCast(Me.rsScheduler.SchedulerElement.ViewElement, SchedulerDayViewGroupedByResourceElement)
           element.Font = New Font(element.Font.FontFamily, element.Font.SizeInPoints, FontStyle.Regular)
           element.ForeColor = Color.Black
    End If

No answers yet. Maybe you can help?

Tags
Scheduler and Reminder
Asked by
Denis Cilliers
Top achievements
Rank 1
Share this question
or