FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridNewRow Class / GetErrors Method

In This Topic
    GetErrors Method (GridNewRow)
    In This Topic
    Gets the errors in this row.
    Syntax
    'Declaration
     
    Public Function GetErrors() As IEnumerable(Of ValidationResult)
    public IEnumerable<ValidationResult> GetErrors()
    See Also