FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridNewRow Class / HasColumnErrors Method
The column to ask for errors.

In This Topic
    HasColumnErrors Method (GridNewRow)
    In This Topic
    Gets whether the row has errors in the specified column.
    Syntax
    'Declaration
     
    Public Function HasColumnErrors( _
       ByVal column As GridColumn _
    ) As Boolean
    public bool HasColumnErrors( 
       GridColumn column
    )

    Parameters

    column
    The column to ask for errors.
    See Also