Skip to content

DevExpress-Examples/wpf-mvvm-framework-use-framenavigationservice-to-navigate-between-views-from-the-view-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use FrameNavigationService to Navigate between Views from the ViewModel

This example shows you how to use the FrameNavigationService to navigate between Views within a NavigationFrame.

In this example, the MainWindow contains a NavigationFrame, which shows a HomeView at startup. The HomeView contains a Tile, which invokes a command to navigate to a DetailView when clicked. The DetailView contains the Back button for backward navigation.

Files to Look At

Documentation

About

This example shows you how to use the FrameNavigationService to navigate between Views within a NavigationFrame

Topics

Resources

License

Stars

Watchers

Forks