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

PopoverActionsTemplateDirective

Represents the Kendo UI Popover actions template directive for Angular. Use the kendoPopoverActionsTemplate directive to define a custom actions template for the Popover component.

To define the template, nest an <ng-template> tag with the kendoPopoverActionsTemplate directive inside the <kendo-popover> tag.

html
<kendo-popover>
 <ng-template kendoPopoverActionsTemplate>
   Custom Actions
 </ng-template>
</kendo-popover>

Selector

[kendoPopoverActionsTemplate]

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