ComponentOne FlexGrid for UWP
NewRowBackground Property

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > C1FlexGrid Class : NewRowBackground Property
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 Windows.UI.Xaml.Media.Brush
public Windows.UI.Xaml.Media.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

Reference

C1FlexGrid Class
C1FlexGrid Members