Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / MaskInputRejectedEventArgs Class / Value Property

In This Topic
    Value Property (MaskInputRejectedEventArgs)
    In This Topic
    Gets the rejected value.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As String
    public string Value {get;}
    See Also