ComponentOne DataGrid for WPF and Silverlight
ValidationResults Property (DataGridRowPresenter)

C1.WPF.DataGrid Namespace > DataGridRowPresenter Class : ValidationResults Property
Gets or sets a collection of ValidationResult related to the corresponding row. When the number of errors is greater than 0 the background of the row will became red.
Syntax
'Declaration
 
Public Property ValidationResults As System.Collections.Generic.ICollection(Of ValidationResult)
public System.Collections.Generic.ICollection<ValidationResult> ValidationResults {get; set;}
See Also

Reference

DataGridRowPresenter Class
DataGridRowPresenter Members