Added DateEntry element
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<SettingsExpander
|
||||
x:Class="Bitvault.Avalonia.DateEntryView"
|
||||
xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:vm="using:Bitvault"
|
||||
x:DataType="vm:DateEntryViewModel"
|
||||
Header="{Binding Key}">
|
||||
<SettingsExpander.Footer>
|
||||
<DatePicker SelectedDate="{Binding Value}" />
|
||||
</SettingsExpander.Footer>
|
||||
</SettingsExpander>
|
||||
Reference in New Issue
Block a user