C1.Silverlight.FlexGrid.5
GetErrors Method

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.
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.
Syntax
'Declaration
 
Public Function GetErrors( _
   ByVal col As Column _
) As System.String
public System.string GetErrors( 
   Column col
)

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.
See Also

Reference

Row Class
Row Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.