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

In This Topic
    ValidationBackground Property (DataGridRowPresenter)
    In This Topic
    Gets or sets the brush used to paint the background of the validation elements.
    Syntax
    'Declaration
     
    
    Public Property ValidationBackground As Brush
    public Brush ValidationBackground {get; set;}
    See Also