[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.Row.GetErrors

GetErrors Method

GetErrors(Column)

Gets a string containing all the errors associated with the data item bound to this row or with a specific property of the data item.

Declaration
public string GetErrors(Column col)
Parameters
Type Name Description
Column col
<xref href="C1.WPF.FlexGrid.Column" data-throw-if-not-resolved="false"></xref> bound to a specific property

of the data item. If this parameter is null, the method returns errors associated with all properties of the data item bound to this row.

Returns
Type Description
string

A string containing all the errors associated with the row's data item or with a specific property of the data item.