ComponentOne DataGrid for WPF and Silverlight
Validate() Method

C1.WPF.DataGrid Namespace > DataGridRow Class > Validate Method : Validate() Method
Validates the DataItem. Implement IDataErrorInfo or INotifyDataErrorInfo in order to implement your own validation rules.
Syntax
'Declaration
 
Public Overloads Function Validate() As System.Boolean
public System.bool Validate()
Remarks
After this method is executed the collection Errors will contain the errors.
See Also

Reference

DataGridRow Class
DataGridRow Members
Overload List