ClassTelerikTextBox
Class
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.
Password
Defines if the characters in the TextBox should be masked out.
ShowClearButton
Specifies whether the clear button should be displayed.
ShowPrefixSeparator
Defines whether the prefix separator should be shown. The default value is true.
ShowSuffixSeparator
Defines whether the suffix separator should be shown. The default value is true.
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