Gets or sets the water mark text that will be shown when the input field is empty and not focused.

Namespace:  C1.Web.iPhone.C1NavigationList
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public virtual string WaterMarkText { get; set; }
Visual Basic
Public Overridable Property WaterMarkText As String
	Get
	Set

Field Value

Gets or sets the water mark text that will be shown when the input field is empty and not focused.

See Also