Skip to main content
A newer version of this page is available. .

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

public class NavigationFrame :
    ContentControl,
    INavigationFrame,
    INavigationContainer,
    ISupportAsyncNavigation,
    ISupportPrefetchingStrategy

The following members 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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the NavigationFrame class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also