Class OtpFocusInEventArgs
Represents arguments for the Otp input focus in event.
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 |
|
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. |