Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="3.6.0.539721" />

.NET API 1,073,792 bytes

 InputView

public class InputView : View
The base class of a view which can take keyboard input.
public static readonly BindableProperty IsReadOnlyProperty

The backing store for the IsReadOnly field.

Backing store for the IsSpellCheckEnabled property.

public static readonly BindableProperty KeyboardProperty

Identifies the Keyboard bindable property.

public static readonly BindableProperty MaxLengthProperty

Backing store for the MaxLength property.

public bool IsReadOnly { get; set; }

public bool IsSpellCheckEnabled { get; set; }

Gets or sets a value that controls whether spellchecking is enabled.

public Keyboard Keyboard { get; set; }

Gets or sets the Keyboard for the InputView. This is a bindable property.

public int MaxLength { get; set; }

Gets or sets the maximum allowed length of input.