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

Represents a template for customizing the header content of the ActionSheet. If you implement this template, it will override the title and subtitle of the ActionSheet. To define the template, nest an <ng-template> tag with the kendoActionSheetHeaderTemplate directive inside the <kendo-actionsheet> tag.

Definition

Package:@progress/kendo-angular-navigation

Selector:[kendoActionSheetHeaderTemplate]

Syntax:

html
<kendo-actionsheet>
  <ng-template kendoActionSheetHeaderTemplate>
    <h3>Custom Header</h3>
  </ng-template>
</kendo-actionsheet>
In this article
Definition
Not finding the help you need?
Contact Support