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

Journal.PushInForwardStack(Object) Method

Places a required object into this journal’s forward stack (the Journal.ForwardStack collection).

Namespace: DevExpress.Xpf.WindowsUI.Navigation

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

Declaration

public void PushInForwardStack(
    object obj
)

Parameters

Name Type Description
obj Object

An Object that should be placed into this journal’s forward stack.

See Also