Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridIncrementalLoadingRow Class / GetErrors Method

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