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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2