maxHeight Number (default: Infinity)

The maximum height (in pixels) that may be achieved by resizing the Window.

Example

<div id="dialog"></div>
<script>
$("#dialog").kendoWindow({
  maxHeight: 300
});
</script>
In this article