I have a textbox in WPF.
<TextBox Grid.Row="3" FontSize="30"></TextBox>
I need to enter only 10 digit phone numbers to it. Displaying format should be xxx-xxx-xxxx
.
Is it possible to handle this situation from XAML itself without the help of any code?. If No How it is possible to do it with the help of code?