ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRow Class / Errors Property

In This Topic
    Errors Property
    In This Topic
    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 ObservableCollection(Of DataGridRowError)
    See Also