Implemented interface member:
property
MaxLength
Microsoft.Maui.ITextInput.MaxLength
2 references to MaxLength
Microsoft.Maui.Controls (2)
InputView\InputView.cs (2)
25 /// <summary>Bindable property for <see cref="MaxLength"/>.</summary> 26 public static readonly BindableProperty MaxLengthProperty = BindableProperty.Create(nameof(MaxLength), typeof(int), typeof(InputView), int.MaxValue);