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

ActionSheetContentTemplateDirective

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

html
<kendo-actionsheet [items]="items">
  <ng-template kendoActionSheetContentTemplate>
    <div>Custom content here</div>
  </ng-template>
</kendo-actionsheet>

Selector

[kendoActionSheetContentTemplate]

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