menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class InputType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Email

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved