InputView.MaxLength プロパティ

定義

ユーザーが入力できる最大文字数を取得または設定します。 これはバインド可能なプロパティです。

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

プロパティ値

最大文字数。 既定値は、MaxValue です。

適用対象