ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / C1InputMask Class / TextWithLiterals Property

In This Topic
    TextWithLiterals Property
    In This Topic
    Gets the text input by the user as well as any literal characters defined in the mask.
    Syntax
    'Declaration
     
    Public ReadOnly Property TextWithLiterals As System.String
    public System.string TextWithLiterals {get;}
    See Also