ComponentOne FlexGrid for WPF and Silverlight
NewRowBackground Property (C1FlexGrid)

C1.WPF.FlexGrid Namespace > C1FlexGrid Class : NewRowBackground Property
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 System.Windows.Media.Brush
public System.Windows.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