Gets or sets the text as it is currently displayed to the user.

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(true)]
[EditorAttribute("C1.Web.UI.Design.UITypeEditors.C1InputTextUITypeEditor, C1.Web.UI.Design.2", 
	typeof(UITypeEditor))]
public override string Text { get; set; }
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Appearance")> _
<BindableAttribute(True)> _
<EditorAttribute("C1.Web.UI.Design.UITypeEditors.C1InputTextUITypeEditor, C1.Web.UI.Design.2",  _
	GetType(UITypeEditor))> _
Public Overrides Property Text As String
	Get
	Set

Remarks

Returns text without any prompts and literals.

See Also