Is there a way to disable the alternate month appearance on the timeline? I found a post from 2008 with some code, but it doesn't seem to work. I would like all of the days to be the same color and not alternate from month to month.
Hello ,
I am not sure how exactly you have set your UltraTimelIneView and corresponding UltraCalendarLook object, but UltraCalaendarLook object determines appearance of Infragistics schedule component (each Infragistics schedule control has a CalendarLook property ), so alternate appearance is determine by UltraCalendarLook object . If you want to reset alternate month appearance , please use AtlernateMonthAppearance property of UltraCalendarLook.
Please let me know If you have any further questions.