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
287
How to Change the Text displayed on Appointment Bar in UltramonthViewSingle
posted

Hi,

     We are using the Appointments on UltraMonthViewSingle controls, presently after adding an appointment onto the UltraMonthViewSingle control - the apooinetment bar is displaying start  time and Subject of appointment onto the bar on UltraMonthViewSingle , but I wanna Remove start Date displayed and display description instead of displaying subject.

Please suggest a way of doing this. Thanks in advance.

--sumit

  • 69832
    Offline posted

    To prevent the times from displaying, try setting the TimeDisplayStyle property to 'None'. There is no way to display the Description via the public object model; there is a KB article that demonstrates how to do something like this for the UltraDayView control, and the same approach can be applied to the UltraMonthViewSingle control.