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 |