NavigationFrame.Navigate(Object, Object, Boolean) Method
Navigates to a specific container.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v26.1.dll
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 |
|
See Also