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