minHeight Number (default: 50)

The minimum height (in pixels) that may be achieved by resizing the dialog.

Example

<div id="dialog"></div>
<script>
$("#dialog").kendoDialog({
  title: "Kendo Dialog Component",
  content: "This is your Kendo Dialog.",
  minHeight: 100
});
</script>
In this article