Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

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