InputView.MaxLength Property

Definition

Gets or sets the maximum allowed length of input.

public:
 property int MaxLength { int get(); void set(int value); };
public int MaxLength { get; set; }
member this.MaxLength : int with get, set
Public Property MaxLength As Integer

Property Value

An integer in the interval [0,int.MaxValue]. The default value is Int.MaxValue.

Applies to