• Material 3
  • Fluent
  • Bootstrap v5
  • Tailwind CSS
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Theme Mode
Localization
*Translated by Google Translator.
Currency

Example of Api in ASP.NET Core TextArea Control

This example demonstrates the api functionalities of the textarea control. You can customize the appearance and behaviour of textarea component by choosing the corresponding option from the property panel.

DEMO
SOURCE
Rows
Columns
Enable
Read only
MaxLength
Value
Show clear icon

The TextArea has the options to customize the appearance and behaviour of the component dynamically by updating the following properties:

  • Change the number of rows and columns of textarea by updating "Rows" and "Columns" options.
  • To make the textarea read-only, check the "read-only" option.
  • Disable the textarea by unchecking the "enabled" option.
  • Set the maximum length of characters that can be entered in textarea by customizing the "MaxLength" option.
  • Update the value of textarea by entering text in "Value" option.
  • To make the clear button visible, check the "Show clear icon" option..
Transform your ASP.NET Core web apps today with Syncfusion ASP.NET Core components
85+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE