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.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | Object | An Object that should be placed into this journal’s forward stack. |
See Also