MultiRow Windows Forms > Developer's Guide > Using MultiRow > User Input Validation > Value Validation by Cell |
You can specify a validation object in the cell and then validate the cell's value using the validation rule in that object. This procedure is applicable when defining code-less validation rules at design time and can be applied when the value of each cell is highly independent. Value validation using a cell is done by adding validation rules in the Cell.Validators property. In validation rules, you can also specify an individual validation action to notify the user of the validation result.