NavigationFrame.Navigate(Object, Object, Boolean) Method
Navigates to a specific container.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | Object | An Object that is the container to navigate to. |
param | Object | An Object passed to a container as a parameter. |
saveToJournal | Boolean | true, to save information about this navigation to a Journal associated with this NavigationFrame; otherwise, false. |
See Also