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

ActionSheetTemplateDirective

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

html
<kendo-actionsheet>
  <ng-template kendoActionSheetTemplate>
    <div>Custom ActionSheet content</div>
  </ng-template>
</kendo-actionsheet>
NameTypeDefaultDescription

templateRef

TemplateRef<any>

Constructors

ActionSheetTemplateDirective

(templateRef: TemplateRef<any>)

Parameters

templateRef

TemplateRef<any>

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