DialogTitleBarComponent
Component
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>
Definition
Package:@progress/kendo-angular-dialog
Selector:kendo-dialog-titlebar
Events
Fires when the close button in the title bar is clicked.