ComponentOne DataGrid for WPF and Silverlight
Errors Property (DataGridRow)

C1.WPF.DataGrid Namespace > DataGridRow Class : Errors 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.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<System.ComponentModel.BrowsableAttribute(False)>
Public ReadOnly Property Errors As System.Collections.ObjectModel.ObservableCollection(Of DataGridRowError)
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public System.Collections.ObjectModel.ObservableCollection<DataGridRowError> Errors {get;}
See Also

Reference

DataGridRow Class
DataGridRow Members