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
4133
Get Rid Of Alternate Month Appearance
posted

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.

  • 48586
    posted

    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.