InputView.MaxLength Property

Definition

Gets or sets the maximum allowed length of input.

public int MaxLength { get; set; }
member this.MaxLength : int with get, set

Property Value

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

Applies to