ComponentOne DataGrid for WPF and Silverlight
Validate(Boolean) Method

C1.WPF.DataGrid Namespace > DataGridRow Class > Validate Method : Validate(Boolean) Method
if set to true validate all properties.
Validates the DataItem. Implement IDataErrorInfo or INotifyDataErrorInfo in order to implement your own validation rules.
Syntax
'Declaration
 
Public Overloads Overridable Function Validate( _
   ByVal validateAllProperties As System.Boolean _
) As System.Boolean
public virtual System.bool Validate( 
   System.bool validateAllProperties
)

Parameters

validateAllProperties
if set to true validate all properties.
Remarks
After this method is executed the collection Errors will contain the errors.
See Also

Reference

DataGridRow Class
DataGridRow Members
Overload List