Select theme:
Radzen Blazor Studio has replaced Radzen as the primary RAD tool for Blazor applications.
Radzen Blazor Studio offers a modern UI, enhanced features, and improved performance to streamline your development process.
The latest documentation for Radzen Blazor Studio is available here: https://www.radzen.com/blazor-studio/documentation/
Open Radzen Blazor Studio docsThis guide demonstrates how to use the TextArea component.
| Name | Type | Default | Description |
|---|---|---|---|
| Name | string | 'textarea' + index suffix | Unique name of the TextArea. |
| Value | string/expression | null | TextArea value. |
| Placeholder | string | empty | TextArea placeholder. |
| Rows | integer | 2 | TextArea number of rows. |
| Cols | integer | 20 | TextArea number of cols. |
| ReadOnly | boolean/expression | false | Is TextArea read-only. |
| Disabled | boolean/expression | false | Is TextArea disabled. |
| Visible | boolean/expression | true | Is TextArea visible. |

For more info about expressions please visit expressions in our documentation.
| Name | Type | Default | Description |
|---|---|---|---|
| Change | event | null | Change event of the TextArea. New value as event argument. |

For more info about event actions please visit event actions in our documentation.
<rz-textarea #textarea0 placeholder="Enter here ..." (change)="textbox0Change($event)">
</rz-textarea>
Radzen is free to use. You can also test the premium features for 15 days.
Start FreeSelect theme: