SafeKeyboardAreaView.CloseAsync() Method
Closes the SafeKeyboardAreaView asynchronously and returns the Task that ends when closing animation completes.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public Task CloseAsync()
Returns
| Type | Description |
|---|---|
| Task | An operation that executes asynchronously and completes when the closing animation completes. |
See Also