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

ActionSheetFooterTemplateDirective

Represents a template for customizing the footer of the ActionSheet. To define the template, nest an <ng-template> tag with the kendoActionSheetFooterTemplate directive inside the <kendo-actionsheet> tag.

html
<kendo-actionsheet>
  <ng-template kendoActionSheetFooterTemplate>
    <button kendoButton>Custom Footer Button</button>
  </ng-template>
</kendo-actionsheet>

Selector

[kendoActionSheetFooterTemplate]

In this article
Selector
Not finding the help you need?
Contact Support