show tooltip after 3 second

i need to show tooltip after hovering on event for 3 second

Hi,
try using this config

var scheduler = new DHXScheduler(this); scheduler.Config.Tooltip_timeout_to_display = 3000;