AD
Administrator
Syncfusion Team
September 19, 2008 02:37 PM UTC
If you are using the Windows Forms ScheduleControl, it does not use those properties.
For windows forms, the tiptext is provided through this property:
scheduleControl1.Appearance.ScheduleAppointmentTipFormat. There you can provide a raw string that can use tokens to represent fields from teh appointment.
PK
prasantha kumara
June 29, 2010 12:17 PM UTC
hi
I am facing with an incident which is required to add a custome tooltip,The appiointment is derived from the IRecurringScheduleAppointment interface and i have added another field too.
I tried to add a custome tooltip which is inluded that additional field too.But it does not work fine, it displays only the fields which are defined in the IscheduleAppointment interface.
i used the scheduleControl1.Appearance.ScheduleAppointmentTipFormat to set the custome tool tip as suggested.
Please can anyone let me know how to add a custome tooltip with a new field.(new field which is not included in the iScheduleAppointment interface) or give me any clue to solve this matter
thanks in advance
prasantha