Gets or sets the behavior mode (single-line, multiline, or password) of the input field.

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

Syntax

C#
public virtual TextBoxMode TextMode { get; set; }
Visual Basic
Public Overridable Property TextMode As TextBoxMode
	Get
	Set

Field Value

Behavior mode (single-line, multiline, or password) of the input field.

See Also