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

TextAreaSuffixComponent

Specifies the adornments in the suffix container (see example).

ts
_@Component({
selector: 'my-app',
template: `
 <kendo-textarea>
   <kendo-textarea-suffix>
       <button kendoButton look="clear" icon="image"></button>
   </kendo-textarea-suffix>
 </kendo-textarea>
`
})
class AppComponent {}

Selector

kendo-textarea-suffix

Export Name

Accessible in templates as #kendoTextAreaSuffixInstance="kendoTextAreaSuffix"

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