Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.09 KB

show-tool-tip-with-delay.md

File metadata and controls

27 lines (21 loc) · 1.09 KB
layout title description platform control documentation domainurl
post
Show tool tip with delay in Angular Schedule component | Syncfusion
Learn here all about Show tool tip with delay in Syncfusion Angular Schedule component of Syncfusion Essential JS 2 and more.
ej2-angular
Show tool tip with delay
ug

Show tool tip with delay in Angular Schedule component

In default, the Schedule tooltip is showed without any delay. We can set up the delay to the Schedule tooltip with the help of the Tooltip openDelay property.

The preview demonstrates setting up the delay to the Schedule tooltip. You can check the Schedule tooltip with delay here.

{% tabs %} {% highlight ts tabtitle="app.component.ts" %} {% include code-snippet/schedule/default-cs53/src/app.component.ts %} {% endhighlight %}

{% highlight ts tabtitle="main.ts" %} {% include code-snippet/schedule/default-cs53/src/main.ts %} {% endhighlight %} {% endtabs %}

{% previewsample "page.domainurl/samples/schedule/default-cs53" %}