TelerikTextArea
The Telerik TextArea component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TelerikTextArea : TextBoxBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikInputBase<string>TextBoxBaseTelerikTextArea...
Implements:
Inherited Members
Constructors
public TelerikTextArea()
Properties
Specifies the positioning of the elements (adornments) in the prefix and suffix templates of the TelerikTextArea component. The possible values are: Horizontal (default) - the elements within the prefix and suffix templates will be ordered in a row. Vertical - the elements within the prefix and suffix templates will be ordered in a column.
[Parameter]
public TextAreaAdornmentsFlow AdornmentsFlow { get; set; }
Specifies the flow of the prefix and suffix templates of the TelerikTextArea component. The possible values are: Horizontal (default) - the prefix and suffix templates will be arranged in a row, with the text area positioned between them. Vertical - the prefix and suffix templates will be arranged in a column, with the text area positioned between them.
[Parameter]
public TextAreaAdornmentsOrientation AdornmentsOrientation { get; set; }
[Accessibility] Defines the autocomplete HTML attribute of the component.
[Parameter]
public string AutoComplete { get; set; }
Enables WebMCP tool registration for this TextArea.
When true, TextArea operations are exposed as tools discoverable by AI models through the browser.
Default value is false.
[Parameter]
public bool EnableWebMcpTools { get; set; }
Specifies the fill mode of the TextArea.
[Parameter]
public override string FillMode { get; set; }
Overrides:
Sets the maxlength attribute of the textarea.
[Parameter]
public int? MaxLength { get; set; }
Specifies the TextArea's resize behavior. Default behavior is the one set by the browser.
[Parameter]
public TextAreaResizeMode? ResizeMode { get; set; }
Specifies the roundness of the TextArea.
[Parameter]
public override string Rounded { get; set; }
Overrides:
Defines whether the prefix separator should be shown. The default value is true.
[Parameter]
public bool ShowPrefixSeparator { get; set; }
Defines whether the suffix separator should be shown. The default value is true.
[Parameter]
public bool ShowSuffixSeparator { get; set; }
Specifies the Size of the text TextArea.
[Parameter]
public override string Size { get; set; }
Overrides:
The content of the TextArea prefix.
[Parameter]
public RenderFragment TextAreaPrefixTemplate { get; set; }
Provides configuration for WebMCP tools, such as a Name to distinguish this TextArea from others on the same page.
[Parameter]
public RenderFragment TextAreaSettings { get; set; }
The content of the TextArea suffix.
[Parameter]
public RenderFragment TextAreaSuffixTemplate { get; set; }
Methods
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
protected override void OnParametersSet()
Overrides:
public override Task SetParametersAsync(ParameterView parameters)
Overrides: