New to KendoReact? Learn about KendoReact Free.
Controlled Window
Updated on Oct 1, 2025
By default, the Window is in an uncontrolled state and can be resized or moved depending on its internal logic.
The Window provides options for:
- Controlling its state by handling the
onMove,onCloseandonResizeevents. - Controlling its dimensions by using the
widthandheightproperties. - Controlling its position by using the
leftandtopproperties. - Controlling the
stageof the window though a custom minimize button.
The following example demonstrates how to control the Window functionality.
Change Theme
Theme
Loading ...