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.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
public string GetErrors( Column col ) |
Visual Basic |
---|
Public Function GetErrors ( _ col As Column _ ) As String |
Parameters
- col
- Type: C1.Silverlight.FlexGrid..::..Column
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.