valueString | Color(default: null)

Specifies the initially selected color.

Example

<div id="palette"></div>
<script>
$("#palette").kendoColorPalette({
  palette: "basic",
  value: "#fff"
});
</script>
In this article
value
Not finding the help you need?
Contact Support