Hi Sudhanshu,
Syncfusion Greetings.
We have achieved your requirement by making use of created event of the scheduler and same can be available in below link.
onCreated(args) {
let tooltipObj = this.scheduleObj.element.ej2_instances[1];
tooltipObj.mouseTrail= false;
tooltipObj.openDelay = 1000;
tooltipObj.position = 'TopCenter';
}
Kindly try with the above link and let us know, if you need any further assistance on this.
Regards,
M.Vinitha devi