ComponentOne DataGrid for WPF and Silverlight
BackgroundBrush Property

C1.Silverlight.DataGrid Namespace > DataGridRowPresenter Class : BackgroundBrush Property
Gets or sets the System.Windows.Media.Brush used in the background of the row.
Syntax
'Declaration
 
<System.ObsoleteAttribute(Message="Use Background property instead.", IsError=True)>
Public Property BackgroundBrush As System.Windows.Media.Brush
[System.Obsolete(Message="Use Background property instead.", IsError=true)]
public System.Windows.Media.Brush BackgroundBrush {get; set;}
See Also

Reference

DataGridRowPresenter Class
DataGridRowPresenter Members