The spin buttons allow you to increase or decrease the value with the predefined step value. The visibility of spin buttons can be set using the showSpinButton property.
<ejs-numerictextbox id="numeric" value="16" showSpinButton="false" step="2" min="10" max="100"></ejs-numerictextbox>
public ActionResult Icons()
{
return View();
}
Output be like the below.