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

ChatMessageBoxEndAffixTemplateDirective

Updated on Mar 19, 2026

Creates a container for custom content displayed at the end of the message box.

To define a message box end affix template, nest an <ng-template> tag with the kendoChatMessageBoxEndAffixTemplate directive inside the <kendo-chat> tag.

html
<kendo-chat>
  <ng-template kendoChatMessageBoxEndAffixTemplate>
    <button kendoButton fillMode="flat" [svgIcon]="plusIcon"></button>
  </ng-template>
</kendo-chat>

Selector

[kendoChatMessageBoxEndAffixTemplate]

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