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
595
UltraDayView - Hiding the ScheduleCurrentDayHeader
posted

Hi,

Is there a way to hide the ScheduleCurrentDayHeader that is used by the UltraDayView control?

Parents
No Data
Reply
  • 21795
    Offline posted

    Hello Ziv,

    Right now UltraDayView does not allow you to hide the DayHeaderArea. What you can do to achieve this is remove UltraDayViewUIElement via CreationFilter. Attached is a small sample showing this approach. Please check my sample and let me know if this is what you are looking for or if I am missing something.

    UltraDayViewControlCurrentDayHeader.zip
Children