New to Kendo UI for Angular? Start a free 30-day trial
DialogTitleBarComponent
Updated over 6 months ago
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
| Name | Type | Description |
|---|---|---|
close |
|
Fires when the close button in the title bar is clicked. |