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

In This Topic
    ValidationResults Property (DataGridRowHeaderPresenter)
    In This Topic
    Gets or sets a collection of ValidationResult related to the corresponding row. This errors will be displayed as red icon whit a tooltip showing the text of the error.
    Syntax
    'Declaration
     
    
    Public Property ValidationResults As ICollection(Of ValidationResult)
    public ICollection<ValidationResult> ValidationResults {get; set;}
    See Also