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.
- DetailView.xaml (VB: DetailView.xaml)
- HomeView.xaml (VB: HomeView.xaml)
- MainView.xaml (VB: MainView.xaml)
- DetailViewModel.cs (VB: DetailViewModel.vb)
- HomeViewModel.cs (VB: HomeViewModel.vb)
- MainViewModel.cs (VB: MainViewModel.vb)
(you will be redirected to DevExpress.com to submit your response)