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