Files
Walleby/Wallet.Avalonia/DateEntryView.axaml
T
2024-06-09 14:00:36 +01:00

12 lines
393 B
XML

<SettingsExpander
x:Class="Wallet.Avalonia.DateEntryView"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:vm="using:Wallet"
x:DataType="vm:DateEntryViewModel"
Header="{Binding Key}">
<SettingsExpander.Footer>
<DatePicker SelectedDate="{Binding Value}" />
</SettingsExpander.Footer>
</SettingsExpander>