Class InputType
Represents the type of input that the TextBox component can accept.
Inheritance
System.Object
InputType
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class InputType : Enum
Fields
Represents an email input for email addresses.
Declaration
public const InputType Email
Field Value
Type |
---|
InputType |
Number
Represents a numeric input for numbers.
Declaration
public const InputType Number
Field Value
Type |
---|
InputType |
Password
Represents a password input where characters are masked.
Declaration
public const InputType Password
Field Value
Type |
---|
InputType |
Search
Represents a search input for search queries.
Declaration
public const InputType Search
Field Value
Type |
---|
InputType |
Tel
Represents a telephone number input.
Declaration
public const InputType Tel
Field Value
Type |
---|
InputType |
Text
Represents the text field is a single-line text.
Declaration
public const InputType Text
Field Value
Type |
---|
InputType |
URL
Represents a URL input for website URLs.
Declaration
public const InputType URL
Field Value
Type |
---|
InputType |