Files
Walleby/Wallet.Avalonia/CommentEntryView.axaml
T
TheXamlGuy f4f9fdac46 WIP
2024-07-13 21:35:58 +01:00

9 lines
305 B
XML

<SettingsExpanderItem
x:Class="Wallet.Avalonia.CommentEntryView"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:vm="using:Wallet"
x:DataType="vm:CommentEntryViewModel"
Content="{Binding Value}"
Description="{Binding Key}" />