New to Kendo UI for Angular? Start a free 30-day trial

Minimizing and Maximizing

The Window enables you to minimize and maximize it through the title bar commands.

Persisting the State

You can initially set the state of the Window and persist it by using the state binding.

Example
View Source
Change Theme:

Keeping the Content

By default, the content of the Window is not persisted in the DOM when the Window gets minimized. To change this behavior, use the keepContent binding.

Example
View Source
Change Theme: