New to Kendo UI for Angular? Start a free 30-day trial
ActionSheetHeaderTemplateDirective
Represents a template that defines the header content of the ActionSheet. Utilizing the template overrides both 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.
Selector
[kendoActionSheetHeaderTemplate]