Class InputType
Define the attribute specifies the type of textbox.
Inheritance
System.Object
InputType
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class InputType : Enum
Fields
Set an e-mail type to TextBox component.
Declaration
public const InputType Email
Field Value
Type | Description |
---|---|
InputType |
Number
Set the number type to TextBox component.
Declaration
public const InputType Number
Field Value
Type | Description |
---|---|
InputType |
Password
Set the password type to TextBox component.
Declaration
public const InputType Password
Field Value
Type | Description |
---|---|
InputType |
Search
Set the search type to TextBox component.
Declaration
public const InputType Search
Field Value
Type | Description |
---|---|
InputType |
Tel
Set the tel type to TextBox component.
Declaration
public const InputType Tel
Field Value
Type | Description |
---|---|
InputType |
Text
The text field is a single-line text.
Declaration
public const InputType Text
Field Value
Type | Description |
---|---|
InputType |
URL
Set the URL type to TextBox component.
Declaration
public const InputType URL
Field Value
Type | Description |
---|---|
InputType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |