adaptiveTitleString
Allows customization of the title's text in the adaptive view of the component.
Example
<input id="colorpicker" type="color" />
<script>
$("#colorpicker").kendoColorPicker({
adaptiveMode: "auto",
adaptiveTitle: "Pick a Color"
});
</script>
In this article