reverse Boolean (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