clearButton Boolean
(default: false)
Specifies whether the widget should display the 'Clear color' button.
Example
<div id="flatcolorpicker"></div>
<script>
$("#flatcolorpicker").kendoFlatColorPicker({
clearButton: true
});
</script>