C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridBoundRow Class / HasColumnErrors Method
The column to ask for errors.
In This Topic
HasColumnErrors Method (GridBoundRow)
In This Topic
Gets whether the row has errors in the specified column.
Syntax
public bool HasColumnErrors( 
   GridColumn column
)

Parameters

column
The column to ask for errors.
See Also