8 lines
284 B
XML
8 lines
284 B
XML
<NavigationViewItem
|
|
x:Class="Wallet.Avalonia.CategoryNavigationView"
|
|
xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:vm="using:Wallet"
|
|
x:DataType="vm:CategoryNavigationViewModel"
|
|
Content="{Binding Filter}" />
|