Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MaskBlurEventArgs

    Show / Hide Table of Contents

    Class MaskBlurEventArgs

    Interface for focus out event.

    Inheritance
    System.Object
    MaskBlurEventArgs
    MaskChangeEventArgs
    MaskFocusEventArgs
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved