TextEditBase.Keyboard Property
Specifies the type of keyboard used to input text.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public Keyboard Keyboard { get; set; }
Property Value
| Type | Description |
|---|---|
| Keyboard | A keyboard type. |
See Also