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