themeColor String default: ""

The themeColor option controls the color that will be applied.

The following values are available for the themeColor:

  • primary
  • dark
  • light
  • none

Example

<div id="dialog"></div>
<script>
$("#dialog").kendoWindow({
  actions: ["Maximize"],
  title: "Customer details"
});
</script>
In this article