Implemented interface member:
property
IsReadOnly
Microsoft.Maui.ITextInput.IsReadOnly
2 references to IsReadOnly
Microsoft.Maui.Controls (2)
InputView\InputView.cs (2)
28
/// <summary>Bindable property for <see cref="
IsReadOnly
"/>.</summary>
29
public static readonly BindableProperty IsReadOnlyProperty = BindableProperty.Create(nameof(
IsReadOnly
), typeof(bool), typeof(InputView), false);