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

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