Gets or sets a value indicating whether the contents of the input can be changed by user.

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

Syntax

C#
public virtual bool ReadOnly { get; set; }
Visual Basic
Public Overridable Property ReadOnly As Boolean
	Get
	Set

See Also