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

Example of API in ASP.NET MVC 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 MVC web apps today with Syncfusion ASP.NET MVC components
85+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE