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

In This Topic
    RowForeground Property
    In This Topic
    Gets or sets the System.Windows.Media.Brush that is used to paint row foregrounds.
    Syntax
    'Declaration
     
    
    Public Property RowForeground As Brush
    public Brush RowForeground {get; set;}
    See Also