ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / ShowValidationIndicators Property

In This Topic
    ShowValidationIndicators Property
    In This Topic
    Gets or sets a value indicating whether the validation icon will appear inside the corresponding row header as well as the background of the row with errors is turned to red.
    Syntax
    'Declaration
     
    
    Public Property ShowValidationIndicators As Boolean
    public bool ShowValidationIndicators {get; set;}
    See Also