decreaseButtonTitleString(default: "Decrease")

The title of the decrease button of the Slider.

Example

<input id="slider" style="width: 300px" />
<script>
  $("#slider").kendoSlider({
    decreaseButtonTitle: "Decrease Value",
    showButtons: true,
    min: 0,
    max: 100,
    value: 25
  });
</script>
In this article
decreaseButtonTitle
Not finding the help you need?
Contact Support