Tooltip for Button
14 Mar 20221 minute to read
Tooltip can be shown on Button hover and it can be achieved by setting title
attribute.
<ejs-button id="primarybtn" title="Primary Button" content="Button" isPrimary="true"></ejs-button>
public ActionResult tooltip()
{
return View();
}