Gets or sets the value of the input field.

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

Syntax

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

Field Value

The text.

See Also