зеркало из https://github.com/telerik/xaml-sdk.git
8edf8f8953 | ||
---|---|---|
.. | ||
Properties | ||
App.xaml | ||
App.xaml.cs | ||
Example.xaml | ||
Example.xaml.cs | ||
IpAddressPresentation.cs | ||
IpAddress_WPF.csproj | ||
IpPresentationToStringConverter.cs | ||
MainWindow.xaml | ||
MainWindow.xaml.cs | ||
Readme.md | ||
ViewModel.cs | ||
app.config |
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>