InputView public class InputView : View The base class of a view which can take keyboard input. Documentation public static readonly BindableProperty KeyboardProperty Identifies the Keyboard bindable property. public Keyboard Keyboard { get; set; } Gets or sets the Keyboard for the InputView. This is a bindable property.