SafeKeyboardAreaView.CloseAsync() Method
Closes the KeyboardArea panel asynchronously.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public Task CloseAsync()
Returns
Type | Description |
---|---|
Task | A single operation that does not return a value and that usually executes asynchronously. |
See Also