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

In This Topic
    ValidationResults 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
     
    
    <ObsoleteAttribute("Use Errors collection instead.", True)>
    Public ReadOnly Property ValidationResults As ObservableCollection(Of ValidationResult)
    [Obsolete("Use Errors collection instead.", true)]
    public ObservableCollection<ValidationResult> ValidationResults {get;}
    See Also