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

In This Topic
GetColumnErrors Method (GridIncrementalLoadingRow)
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