secondaryLabelString(default: null)
A secondary text label displayed after the separator in the step header.
Example - set the secondary label
<div id="reasoning"></div>
<script>
$("#reasoning").kendoReasoning({
label: "Reasoning",
secondaryLabel: "extended"
});
</script>