DataFormTextEditorAttributeBase.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 string Keyboard { get; set; }
Property Value
Type | Description |
---|---|
String | The keyboard type. |
See Also