FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / GroupRow 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.

In This Topic
    GetErrors Method (GroupRow)
    In This Topic
    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 String
    public 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