downArrowText String(default: "Decrease value")

Specifies the text of the tooltip on the down arrow.

Example

<input id="numerictextbox" />
<script>
$("#numerictextbox").kendoNumericTextBox({
    downArrowText: "Less"
});
</script>
In this article