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