Skip to content

Commit 5f81ba7

Browse files
committed
Update BasicControlsExample.xaml
1 parent b540efe commit 5f81ba7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/WPFDevelopers.Samples.Shared/ExampleViews/BasicControlsExample.xaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,10 @@
440440
<UniformGrid Margin="0,10" Rows="1">
441441
<StackPanel Orientation="Horizontal">
442442
<DatePicker wd:DatePickerHelper.SelectedDateTime="{Binding CurrentDateTime, RelativeSource={RelativeSource AncestorType=UserControl}}" wd:DatePickerHelper.ShowTime="True" />
443-
<Button Margin="4,0" Content="DateTime" Click="BtnGetDateTime_Click"/>
443+
<Button
444+
Margin="4,0"
445+
Click="BtnGetDateTime_Click"
446+
Content="DateTime" />
444447
</StackPanel>
445448
<DatePicker
446449
Margin="10,0"

0 commit comments

Comments
 (0)