ComponentOne DataGrid for WPF and Silverlight
ValidationResults Property (DataGridRow)

C1.Silverlight.DataGrid Namespace > DataGridRow Class : ValidationResults Property
Gets the collection of errors associated with this row. Add errors here if you want to display an error message in the corresponding row header.
Syntax
'Declaration
 
<System.ObsoleteAttribute(Message="Use Errors collection instead.", IsError=True)>
Public ReadOnly Property ValidationResults As System.Collections.ObjectModel.ObservableCollection(Of ValidationResult)
[System.Obsolete(Message="Use Errors collection instead.", IsError=true)]
public System.Collections.ObjectModel.ObservableCollection<ValidationResult> ValidationResults {get;}
See Also

Reference

DataGridRow Class
DataGridRow Members