I have the following DatePicker control:
<Grid x:Name="LayoutRoot" Background="White">
       <DatePicker Margin="2" Grid.Column="1" VerticalAlignment="Center"/>
</Grid>
Is it possible to allow user only to set numeric input? Or how to disable the Textbox input in case it's not possible to acheive
 
     
     
    