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.

@Component({
    selector: 'my-app',
    template: `
      <kendo-window title="Awesome title goes here">
      </kendo-window>
    `
})
class AppComponent {}

To customize the title by adding arbitrary components:

  1. Nest the components inside <kendo-window-titlebar>.
  2. Include the needed actions.

If the title property is set and you use the <kendo-window-titlebar> element, the title configuration will be overridden.

Example
View Source
Change Theme:

If title is not specified, instead of a title, the Window will display a title bar with the default actions.

Example
View Source
Change Theme:

In this article

Not finding the help you need?