ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / InputMask Class / Value Property

In This Topic
    Value Property (InputMask)
    In This Topic
    Gets or sets the text currently shown in the control.
    Syntax
    'Declaration
     
    Public Property Value As String
    public string Value {get; set;}
    See Also