ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / NewRowBackground Property

In This Topic
    NewRowBackground Property
    In This Topic
    Gets or sets the Windows.UI.Xaml.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