menu

Blazor

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

    Show / Hide Table of Contents

    Class OtpFocusInEventArgs

    Represents arguments for the Otp input focus in event.

    Inheritance
    System.Object
    OtpFocusInEventArgs
    OtpFocusOutEventArgs
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class OtpFocusInEventArgs : Object

    Constructors

    OtpFocusInEventArgs()

    Declaration
    public OtpFocusInEventArgs()

    Properties

    Index

    Gets the index of the OTP input field that is currently focused.

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32

    The zero-based index of the focused OTP input field within the SfOtpInput component.

    IsInteracted

    Gets or sets a value indicating whether the focus action input change was initiated by user interaction.

    Declaration
    public bool IsInteracted { get; set; }
    Property Value
    Type Description
    System.Boolean

    true, if the event was triggered by user interaction. Otherwise, false.

    Value

    Gets the current value of the Otp input.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    The current value of the Otp input.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved