ClassTelerikTextBox
The Telerik TextBox class.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TelerikTextBox : TextBoxBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikInputBase<string>TextBoxBaseTelerikTextBox
Implements:
Inherited Members
Constructors
TelerikTextBox()
Declaration
public TelerikTextBox()
Properties
AutoComplete
Defines the autocomplete HTML attribute of the component.
Declaration
[Parameter]
public string AutoComplete { get; set; }
Property Value
FillMode
Specifies the fill mode of the TextBox. Default value is Solid.
Declaration
[Parameter]
public override string FillMode { get; set; }
Property Value
Overrides
InputMode
Defines the inputmode HTML attribute of the TextBox.
Declaration
[Parameter]
public string InputMode { get; set; }
Property Value
Password
Defines if the characters in the TextBox should be masked out.
Rounded
Specifies the roundness of the TextBox. Default value is Medium.
Declaration
[Parameter]
public override string Rounded { get; set; }
Property Value
Overrides
ShowClearButton
Specifies whether the clear button should be displayed.
Declaration
[Parameter]
public bool ShowClearButton { get; set; }
Property Value
ShowPrefixSeparator
Defines whether the prefix separator should be shown. The default value is true.
Declaration
[Parameter]
public bool ShowPrefixSeparator { get; set; }
Property Value
ShowSuffixSeparator
Defines whether the suffix separator should be shown. The default value is true.
Declaration
[Parameter]
public bool ShowSuffixSeparator { get; set; }
Property Value
Size
Specifies the Size of the text TextBox. Default value is Medium.
Declaration
[Parameter]
public override string Size { get; set; }
Property Value
Overrides
TextBoxPrefixTemplate
The content of the TextBox prefix.
Declaration
[Parameter]
public RenderFragment TextBoxPrefixTemplate { get; set; }
Property Value
TextBoxSuffixTemplate
The content of the TextBox suffix.
Declaration
[Parameter]
public RenderFragment TextBoxSuffixTemplate { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnInput(ChangeEventArgs)
Declaration
public void OnInput(ChangeEventArgs args)
Parameters
args