xaml-sdk/MaskedInput/IpAddress
martinivanoff 8edf8f8953 Examples update 2017-09-13 17:20:14 +03:00
..
Properties Updated examples for Q2 2014 release 2014-06-18 17:03:42 +03:00
App.xaml Updated examples for Q2 2014 release 2014-06-18 17:03:42 +03:00
App.xaml.cs Updated examples for Q2 2014 release 2014-06-18 17:03:42 +03:00
Example.xaml Examples update 2017-09-13 17:20:14 +03:00
Example.xaml.cs Examples update 2017-09-13 17:20:14 +03:00
IpAddressPresentation.cs Examples update 2017-09-13 17:20:14 +03:00
IpAddress_WPF.csproj Examples update 2016-07-08 11:35:16 +03:00
IpPresentationToStringConverter.cs Examples update 2017-09-13 17:20:14 +03:00
MainWindow.xaml Examples update 2017-09-13 17:20:14 +03:00
MainWindow.xaml.cs Examples update 2017-09-13 17:20:14 +03:00
Readme.md Examples update 2017-09-13 17:20:14 +03:00
ViewModel.cs Examples update 2017-09-13 17:20:14 +03:00
app.config Weekly examples update 2016-02-19 11:31:24 +02:00

Readme.md

##Ip Address## The IP address demo shows how you can edit an IP Address with MaskedTextInput and validate it. Demo uses the ValueMode property of the MaskedTextInput so that decimal separators of the IP Address are included in the Value property. This makes it easier to parse and validate the address.

<keywords: ipaddress, databinding, mvvm, validatesonexceptions, maskedtextinput, validation, ValueMode>