labelString
The label that would be used as a aria-label for the ProgressBar element. Will be applied only if ariaRole is set to true.
Example
<div id="pb"></div>
<script>
$("#pb").kendoProgressBar({
label: "label",
ariaRole: true
});
</script>