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

In This Topic
    Errors Property (DataGridGroupWithSummaryRow)
    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