Gets the text input by the user as well as any literal characters defined in the mask and any instances of the prompt character.

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

Syntax

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

See Also