The Progress Bar provides a custom text that can be applied to your control with just click of a button.
Features
<%=Html.Syncfusion().ProgressBar("ProgressBar")
.AllowCustomText(true)
.ClientSideOnCustomTextRendering("onCustomText")
%>
<script type="text/javascript"><br/>
function onCustomText (sender, args) {
//define your code<br/>
}
…
</script>
Interactive Features
For more information, please visit our Tools Documentation :
Custom Text