Hi,
In my code I'm adding appointments to a radScheduler like this:
Dim app As New Appointment
app = New Appointment(Convert.ToDateTime(dr("StartTime")), Convert.ToDateTime(dr("EndTime")))
app.ToolTipText = "Some text"
How can I set a delay time for the tooltip, i.e. how long the tooltip text is displayed?
Regards,
Pirjo