[]
Gets a string containing all the errors associated with the data item bound to this row or with a specific property of the data item.
public string GetErrors(Column col)
| Type | Name | Description |
|---|---|---|
| Column | col |
of the data item. If this parameter is null, the method returns errors associated with all properties of the data item bound to this row. |
| Type | Description |
|---|---|
| string | A string containing all the errors associated with the row's data item or with a specific property of the data item. |