DataFormTextEditorAttributeBase.Keyboard Property
In This Article
Gets or sets the type of keyboard used to input text.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public string Keyboard { get; set; }
#Property Value
Type | Description |
---|---|
String | The keyboard type. |
See Also