10 lines
343 B
XML
10 lines
343 B
XML
<NavigationViewItem
|
|
x:Class="Wallet.Avalonia.CategoriesNavigationView"
|
|
xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:vm="using:Wallet"
|
|
x:DataType="vm:CategoriesNavigationViewModel"
|
|
Content="Categories"
|
|
MenuItemsSource="{Binding}"
|
|
SelectsOnInvoked="False" />
|