Class TelerikTextArea
The Telerik TextArea component.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikTextArea : TextBoxBase, IDisposable, ILabelableInput
Constructors
TelerikTextArea()
Declaration
public TelerikTextArea()
Properties
AutoComplete
Specifies the autocomplete attribute of the component.
Declaration
public string AutoComplete { get; set; }
Property Value
System.String
|
AutoSize
Specifies if the textarea will resize its height automatically during keyboard input.
Declaration
public bool AutoSize { get; set; }
Property Value
System.Boolean
|
FillMode
Specifies the fill mode of the TextArea. Default value is Solid.
Declaration
public override string FillMode { get; set; }
Property Value
System.String
|
Overrides
Rounded
Specifies the roundness of the TextArea. Default value is Medium.
Declaration
public override string Rounded { get; set; }
Property Value
System.String
|
Overrides
Size
Specifies the Size of the text TextArea. Default value is Medium.
Declaration
public override string Size { get; set; }
Property Value
System.String
|
Overrides
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
OnAfterRenderAsync(Boolean)
Declaration
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
System.Boolean
firstRender
|
Returns
System.Threading.Tasks.Task
|
Overrides
SetParametersAsync(ParameterView)
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
Microsoft.AspNetCore.Components.ParameterView
parameters
|
Returns
System.Threading.Tasks.Task
|