EntryCell.Keyboard Property

Definition

Gets or sets the Keyboard to display while editing the EntryCell. This is a bindable property.

public Xamarin.Forms.Keyboard Keyboard { get; set; }
member this.Keyboard : Xamarin.Forms.Keyboard with get, set

Property Value

A Keyboard representing the keyboard kind. Default is Default.

Applies to