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.
'Declaration
Public Function GetErrors( _
ByVal As Column _
) As System.String
public System.string GetErrors(
Column
)
Parameters
- col
- Column bound to a specific property 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.
Return Value
A string containing all the errors associated with the row's data item or with a specific property of the data item.