This example demonstrates how to obtain a NavBarControl's selected item in a ViewModel.
For this, it's necessary to bind the NavBarControl's SelectedItem property to a property in your View Model. For example:
[XAML]<dxn:NavBarControlSelectedItem="{Binding Path=SelectedItem, Mode=TwoWay}".../>