FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / NewRowBackground Property

In This Topic
    NewRowBackground Property (C1FlexGrid)
    In This Topic
    Gets or sets the System.Windows.Media.Brush that is used to paint the background of the new row template.
    Syntax
    'Declaration
     
    Public Property NewRowBackground As Brush
    public Brush NewRowBackground {get; set;}
    Remarks
    The new row template is visible only if the AllowAddNew property is set to true and if the grid data source supports adding new items.
    See Also