Skip to main content
A newer version of this page is available. .

NavigationFrame.GoBack(Object) Method

Navigates back the previously visited container and passes a parameter to it.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public void GoBack(
    object param
)

Parameters

Name Type Description
param Object

An Object passed to the container as a parameter.

Remarks

See Navigation to learn more.

See Also