The maximum number of characters allowed in the input field. The default is 0, which indicates that the property is not set.

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

Syntax

C#
public virtual int MaxLength { get; set; }
Visual Basic
Public Overridable Property MaxLength As Integer
	Get
	Set

See Also