Gets the text input by the user as well as 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#
[C1CategoryAttribute("Category.Appearance")]
[BrowsableAttribute(false)]
[BindableAttribute(false)]
public virtual string TextWithPrompts { get; }
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Appearance")> _
<BrowsableAttribute(False)> _
<BindableAttribute(False)> _
Public Overridable ReadOnly Property TextWithPrompts As String
	Get

See Also