Files
BeWoPlaner/BeWo/View/Controls/MonthPicker.xaml
2020-09-30 10:00:31 +02:00

8 lines
402 B
XML

<UserControl x:Class="BeWo.View.Controls.MonthPicker"
xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Grid>
<dxe:ComboBoxEdit x:Name="_MonthPicker" IsManipulationEnabled="False" />
</Grid>
</UserControl>