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.v19.2.dll

Declaration

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

The following members return NavigationFrame objects:

Remarks

Place a NavigationFrame onto your main application window to navigate through different screens within your WindowsUI application. 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. Refer to the Navigation topic for more information.

Note

Refer to the GitHub Example for more information on how to use the NavigationFrame control.

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