upArrowText String(default: "Increase value")

Specifies the text of the tooltip on the up arrow.

Example

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