Tooltip can be shown on Button hover and it can be achieved by setting title
attribute.
The following snippets illustrates how to show tooltip on Button hover.
<ejs-button id="primarybtn" title="Primary Button" content="Button" isPrimary="true"></ejs-button>
public ActionResult tooltip()
{
return View();
}