reverseBoolean(default: false)

Specifies if the progress direction will be reversed.

Example - specify reversed progress direction

<div id="progressbar"></div>
<script>
  $("#progressbar").kendoProgressBar({
    reverse: true
  });
</script>
In this article
reverse
Not finding the help you need?
Contact Support