MaxLength Property
Gets or sets the maximum number of characters that the AutoCompleteBox can accept. This constraint only applies for manually entered (user-inputted) text.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public int MaxLength { get; set; }
Public Property MaxLength As Integer
Get
Set
member MaxLength : int with get, set