ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRow Class / Validate Method / Validate() Method

In This Topic
    Validate() Method
    In This Topic
    Validates the DataItem. Implement IDataErrorInfo or INotifyDataErrorInfo in order to implement your own validation rules.
    Syntax
    'Declaration
     
    
    Public Overloads Function Validate() As Boolean
    public bool Validate()
    Remarks
    After this method is executed the collection Errors will contain the errors.
    See Also