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
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.