Definice funkce
Definice funkce dvou controlů s validací stejného hesla ve dvou controlech a délkou hesla mezi 6 až 50 znaky.
<Control xsi:type="PasswordControl" Ident="Ident" SecondControlIdent="IdentRe" TitleResourceKey="Name_Group">
<Validations>
<Validation xsi:type="CompareValidation" Ident="CompareValidationPassword" SecondControlIdent="IdentRe" ErrorMessageResourceKey="PasswordCompareValidaiton" ></Validation>
<Validation xsi:type="RegularExpressionValidation" Ident="RegularExpressionValidationPassword" Expression="\S{6,50}" ErrorMessageResourceKey="PasswordFormat" ></Validation>
</Validations>
</Control>
<Control xsi:type="PasswordControl" Ident="IdentRe" TitleResourceKey="Name2_Group" IsCreateColumn="false"></Control>