A newer version of this page is available.
Switch to the current version.
NavigationFrame Class
A container within a WindowsUI application which provides the capability to navigate through application screens.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v18.2.dll
Declaration
Related API Members
The following members accept/return NavigationFrame objects:
Remarks
To navigate through different screens within your WindowsUI application, place a NavigationFrame onto your main application window. Use the NavigationFrame.Source property to set a start-up screen and specify the Navigation.NavigateTo property for each navigation UI element to set where it should navigate to when clicked. See the Navigation topic for an example.
Inheritance
Extension Methods
See Also
Feedback