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.1.dll

Declaration

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

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.

See Also