Class TelerikTextBox
The Telerik TextBox class.
Inheritance
System.Object
Telerik.Blazor.Components.Common.BaseComponent
TelerikInputBase<System.String>
TelerikTextBox
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikTextBox : TextBoxBase, IDisposable
Constructors
TelerikTextBox()
Declaration
public TelerikTextBox()
Properties
AutoComplete
Specifies the autocomplete attribute of the component.
Declaration
public string AutoComplete { get; set; }
Property Value
System.String
|
InputMode
Specifies the inputmode attribute of the TextBox.
Declaration
public string InputMode { get; set; }
Property Value
System.String
|
Password
Specifies whether the characters of the TextBox should be masked out.
Declaration
public bool Password { get; set; }
Property Value
System.Boolean
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
OnInput(ChangeEventArgs)
Declaration
public void OnInput(ChangeEventArgs args)
Parameters
Microsoft.AspNetCore.Components.ChangeEventArgs
args
|