menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OtpInputType - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class OtpInputType

    Specifies the type of input for the Otp (One-Time Password) input component.

    Inheritance
    System.Object
    OtpInputType
    Namespace: Syncfusion.EJ2.Inputs
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class OtpInputType : Enum

    Fields

    Number

    Specifies the type of input to be number for the Otp input.

    Declaration
    public const OtpInputType Number
    Field Value
    Type
    OtpInputType

    Password

    Specifies the type of input to be password for the Otp input.

    Declaration
    public const OtpInputType Password
    Field Value
    Type
    OtpInputType

    Text

    Specifies the type of input to be text for the Otp input.

    Declaration
    public const OtpInputType Text
    Field Value
    Type
    OtpInputType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved