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;}
See Also