New to Kendo UI for Vue? Start a free 30-day trial
Show or hide the buttons inside the title of the Window
Updated on Sep 9, 2026
The visibility of the title bar commands can be controlled through the following properties:
- closeButton - Specifies if the Window will render a close button.
- maximizeButton - Specifies if the Window will render a maximize button.
- minimizeButton - Specifies if the Window will render a minimize button.
The below example demonstrates how to hide all commands inside the Window title:
Loading ...