menu

Blazor

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

    Show / Hide Table of Contents

    Class OtpInputType

    Specifies the type of input for the SfOtpInput component.

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

    Fields

    Number

    Represents number input for the SfOtpInput component.

    Declaration
    public const OtpInputType Number
    Field Value
    Type
    OtpInputType

    Password

    Represents password input for the SfOtpInput component.

    Declaration
    public const OtpInputType Password
    Field Value
    Type
    OtpInputType

    Text

    Represents text input for the SfOtpInput component.

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