Web Client Custom Validators Property
Custom Validators property enables you to provide validation for the input controls.
| 
 | 
 | 
| 
 Name 
 | 
 It is the name of the validation. 
 | 
| 
 Condition 
 | 
 It is an expression that evaluates to a Boolean value in order to validate the input control. 
If the condition evaluates to True,  an error message is displayed. 
 | 
| 
 Error 
 | 
 It is an expression that evaluates to  a String value. 
 | 
| 
 Error Message 
 | 
 It is a  customized error message, which you can write when an expression in Error column is 0. 
 | 
 
| 
   
 | 
- 
You can provide multiple validators for one control. 
 - 
To pass a control as a validated control, all the validators must be evaluated to True. 
 - 
Recompute is supported for Custom Validators property. Since version: 4.7 
  
 | 
 
Since version: 4.6.1