showStatus Boolean (default: true)

Specifies if the progress status will be shown.

Example - hide the status of the ProgressBar

<div id="progressbar"></div>
<script>
  $("#progressbar").kendoProgressBar({
    showStatus: false
  });
</script>
In this article