ComponentOne DataGrid for WPF and Silverlight
Errors Property (DataGridRow)

C1.Silverlight.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
 
Public ReadOnly Property Errors As System.Collections.ObjectModel.ObservableCollection(Of DataGridRowError)
public System.Collections.ObjectModel.ObservableCollection<DataGridRowError> Errors {get;}
See Also

Reference

DataGridRow Class
DataGridRow Members