New to Kendo UI for Angular? Start a free 30-day trial
DrawerHeaderTemplateDirective
Updated on Oct 30, 2025
Defines a template that specifies the header content of the Drawer.
To define the template, nest an <ng-template> tag with the kendoDrawerHeaderTemplate directive inside the <kendo-drawer> tag.
html
<kendo-drawer>
  <ng-template kendoDrawerHeaderTemplate>
    <h3>Navigation Menu</h3>
  </ng-template>
</kendo-drawer>Selector
[kendoDrawerHeaderTemplate]