FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / NewRowForeground Property

In This Topic
    NewRowForeground Property
    In This Topic
    Gets or sets the System.Windows.Media.Brush of the text and glyphs of the new row.
    Syntax
    'Declaration
     
    Public Property NewRowForeground As Brush
    public Brush NewRowForeground {get; set;}
    See Also