Skip to content

Instantly share code, notes, and snippets.

@ameerthehacker
Last active August 25, 2018 20:32
Show Gist options
  • Save ameerthehacker/3c06887ad9d941e27c278b4e777f673a to your computer and use it in GitHub Desktop.
Save ameerthehacker/3c06887ad9d941e27c278b4e777f673a to your computer and use it in GitHub Desktop.
...
<Entry>
<Entry.Behaviors>
<Behaviors:ValidationBehavior Group="{x:Reference form}" PropertyName="Text">
<Behaviors:ValidationBehavior.Validators>
<v:FormatValidator Format="^[0-9]{6}$" Message="Village Code must be 6 digit" />
<v:RequiredValidator />
</Behaviors:ValidationBehavior.Validators>
</Behaviors:ValidationBehavior>
</Entry.Behaviors>
</Entry>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment