ComponentOne DataGrid for WPF and Silverlight
ValidationResults Property (DataGridRowHeaderPresenter)

C1.WPF.DataGrid Namespace > DataGridRowHeaderPresenter Class : ValidationResults Property
Gets or sets a collection of ValidationResult related to the corresponding row. This errors will be displayed as red icon whit a tooltip showing the text of the error.
Syntax
'Declaration
 
Public Property ValidationResults As System.Collections.Generic.ICollection(Of ValidationResult)
public System.Collections.Generic.ICollection<ValidationResult> ValidationResults {get; set;}
See Also

Reference

DataGridRowHeaderPresenter Class
DataGridRowHeaderPresenter Members