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

In This Topic
    ValidationResults Property (DataGridRowPresenter)
    In This Topic
    Gets or sets a collection of ValidationResult related to the corresponding row. When the number of errors is greater than 0 the background of the row will became red.
    Syntax
    'Declaration
     
    
    Public Property ValidationResults As ICollection(Of ValidationResult)
    public ICollection<ValidationResult> ValidationResults {get; set;}
    See Also