Gets or sets the Brush that is used to paint the background of the new row template.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public Brush NewRowBackground { get; set; }
Visual Basic
Public Property NewRowBackground As Brush
	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