[This is preliminary documentation and is subject to change.]
Handles validation required for a cell in this column. Calls the
Validate method of the DataClass associated with this column.
| C# |
public bool Validating( DataGridViewCell cell )
- cell (DataGridViewCell)
- The cell which is being validated.
True if validation passes, else false.