NavigationFrame.GoBack(Object) Method
In This Article
Navigates back the previously visited container and passes a parameter to it.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.2.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
param | Object | An Object passed to the container as a parameter. |
#Remarks
See Navigation to learn more.
See Also