FlexGrid for WinRT
GetErrors Method

Column 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.
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.
Syntax
'Declaration
 
Public Function GetErrors( _
   ByVal col As Column _
) As System.String
public System.string GetErrors( 
   Column col
)

Parameters

col
Column 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.

Return Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Row Class
Row Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback