INavigationService.PopAsync() Method
Navigates users to the previous view asynchronously and returns the Task that is completed when the navigation is finished.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
Task PopAsync()
Returns
Type | Description |
---|---|
Task | An operation that executes asynchronously and is completed when the navigation is finished. |
See Also