ComponentOne FlexGrid for UWP
GetErrors Method

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > Row Class : 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