adaptiveSubtitleString
Allows customization of the subtitle's text in the adaptive view of the component.
Example
<input id="timepicker" />
<script>
$("#timepicker").kendoTimePicker({
adaptiveMode: "auto",
adaptiveSubtitle: "Choose preferred time"
});
</script>
In this article