Gets the text input by the user as well as any literal characters defined in the mask.

Namespace:  C1.Web.UI.Controls.C1Input
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Appearance")]
[BindableAttribute(false)]
[BrowsableAttribute(false)]
public string TextWithLiterals { get; }
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Appearance")> _
<BindableAttribute(False)> _
<BrowsableAttribute(False)> _
Public ReadOnly Property TextWithLiterals As String
	Get

See Also