Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
105
UltraMonthViewMulti backcolor of day with appointment
posted

I am trying to set a backcolor for the calendar in the UltraMonthViewMulti control for days that have appointments assigned.  By default the calendar bolds the number of the day.    I am trying to set backcolor on the appointment object as below.

 

 Dim app As Infragistics.Win.UltraWinSchedule.Appointment

.......

app.Appearance.BackColor = Color.Blue

 

I am not assigning CalendarInfo object on the control.    Just downloaded the 2010 v3 version.  Also wasn't working in 2010 v2.