Skip to main content

NavigationServiceBase.GoForward(Object) Method

Navigates forward to the next screen (view).

Namespace: DevExpress.Xpf.WindowsUI.Navigation

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public void GoForward(
    object param
)

Parameters

Name Type Description
param Object

An object that specifies the navigation parameter for the current navigation.

See Also