adaptiveTitleString
Allows customization of the title's text in the adaptive view of the component.
Example
<input id="timepicker" />
<script>
$("#timepicker").kendoTimePicker({
adaptiveMode: "auto",
adaptiveTitle: "Select Time"
});
</script>
In this article