New to Kendo UI for AngularStart a free 30-day trial

DialogTitleBarComponent

Represents the Kendo UI DialogTitleBar component for Angular.

Use this component as part of the Dialog content when you create the Dialog dynamically with an Angular service.

html
<kendo-dialog>
  <kendo-dialog-titlebar [id]="dialogId" (close)="onClose()">
     Dialog Title
  </kendo-dialog-titlebar>
</kendo-dialog>

Selector

kendo-dialog-titlebar

Events

NameTypeDescription

close

EventEmitter<PreventableEvent>

Fires when the close button in the title bar is clicked.

In this article
SelectorEvents
Not finding the help you need?
Contact Support