TextEditBase.Keyboard Property
Gets or sets the type of keyboard used to input text. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Keyboard Keyboard { get; set; }
Property Value
| Type | Description |
|---|---|
| Keyboard | The keyboard type. |
See Also