Class MaskBlurEventArgs
Interface for focus out event.
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class MaskBlurEventArgs : Object
Constructors
MaskBlurEventArgs()
Declaration
public MaskBlurEventArgs()
Properties
Container
Returns the MaskedTextBox container element.
Declaration
public ElementReference Container { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.ElementReference |
MaskedValue
Returns the value of the MaskedTextBox with the masked format.
Declaration
public string MaskedValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Returns the value of MaskedTextBox.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |