Interface for a class TextArea
EmitType<FocusOutEventArgs>
Triggers when the TextArea has focus-out.
EmitType<ChangedEventArgs>
Triggers when the content of TextArea has changed and gets focus-out.
EmitType<Object>
Triggers when the TextArea component is created.
EmitType<Object>
Triggers when the TextArea component is destroyed.
EmitType<FocusInEventArgs>
Triggers when the TextArea gets focus.
EmitType<InputEventArgs>
Triggers each time when the value of TextArea has changed.
number
specifies the visible width of the textarea, measured in average character widths.
string
Specifies the CSS class value that is appended to wrapper of Textbox.
boolean
Enable or disable persisting TextArea state between page reloads. If enabled, the value
state will be persisted.
boolean
Enable or disable rendering component in right to left direction.
boolean
Specifies a Boolean value that indicates whether the TextArea allow user to interact with it.
Specifies the floating label behavior of the TextArea that the placeholder text floats above the TextArea based on the below values. Possible values are:
Never
- The placeholder text should not be float ever.Always
- The placeholder text floats above the TextArea always.Auto
- The placeholder text floats above the TextArea while focusing or enter a value in TextArea. { : }
You can add the additional html attributes such as disabled, value etc., to the element. If you configured both property and equivalent html attribute then the component considers the property value.
string
Overrides the global culture and localization value for this component. Default global culture is ‘en-US’.
number
Specifies the maximum number of characters allowed in TextArea.
string
Specifies the text that is shown as a hint/placeholder until the user focus or enter a value in TextArea. The property is depending on the floatLabelType property.
boolean
Specifies the boolean value whether the TextArea allows user to change the text.
Specifies the resize mode of textarea. possible values are:
Vertical
- The textarea element can be resized vertically.Horizontal
- The textarea element can be resized horizontally.Both
- The textarea element can be resized both vertically and horizontally.None
- The textarea element cannot be resized. number
specifies the visible height of the textarea, measured in lines
boolean
Specifies a Boolean value that indicates whether the clear button is displayed in TextArea.
string
Sets the content of the TextArea.
number
| string
Specifies the width of the TextArea component.