C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridRow Class / GetColumnErrors Method
The column to look up for errors.

In This Topic
GetColumnErrors Method (GridRow)
In This Topic
Gets the errors for the specified column.
Syntax
'Declaration
 
Public Function GetColumnErrors( _
   ByVal column As GridColumn _
) As IEnumerable(Of ValidationResult)
 

Parameters

column
The column to look up for errors.
See Also