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
20
How do you set an appointment background color in the UltraMonthViewMulti?
posted

Ok,

      Here's a snippet of code:

 

        UltraCalendarInfo1.MinDate = "01/01/2010"
        UltraCalendarInfo1.MaxDate = "12/01/2010"
        UltraCalendarInfo1.Appointments.Add("1/12/2010", "6/12/2010", "Active")
        UltraCalendarLook1.AppointmentAppearance.BackColor = Color.Blue
        UltraCalendarLook1.AppointmentAppearance.BackColorAlpha = Infragistics.Win.Alpha.Opaque
        UltraCalendarLook1.AppointmentAppearance.AlphaLevel = 255

For whatever reason even adding the alpha level and the opaque setting doesn't do anything to change the background color of an appointment.  Can anyone lead me in the right direction with this?

Thanks

Marvin