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

TextAreaPrefixComponent

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

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

Selector

kendo-textarea-prefix

Export Name

Accessible in templates as #kendoTextAreaPrefixInstance="kendoTextAreaPrefix"

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