HtmlEditCommands.HideKeyboard Property
Hides the device keyboard and displays the SafeKeyboardAreaView panel.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public Command HideKeyboard { get; }
Property Value
| Type | Description |
|---|---|
| Command | A command object. |
See Also