Files
Walleby/Wallet.Avalonia/CommentEntryView.axaml
T
2024-08-01 23:19:30 +01:00

9 lines
327 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 Comment}"
Description="{Binding Created, StringFormat=f}" />