title.text String default: ""

The text in the title bar of the Window.

Example

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