New to Kendo UI for Angular? Start a free 30-day trial
Title
The Window provides options for displaying a title and customizing its behavior.
To set a title to the Window, use its title
property.
html
<kendo-window title="Awesome title goes here"></kendo-window>
To customize the title by adding arbitrary components:
- Nest the components inside
<kendo-window-titlebar>
. - Include the needed actions.
If the
title
property is set and you use the<kendo-window-titlebar>
element, thetitle
configuration will be overridden.
Change Theme
Theme
Loading ...
If title
is not specified, instead of a title, the Window will display a title bar with the default actions.
Change Theme
Theme
Loading ...