ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridSelectableRowPresenter Class / BackgroundBrush Property

In This Topic
    BackgroundBrush Property (DataGridSelectableRowPresenter)
    In This Topic
    Gets or sets the System.Windows.Media.Brush used in the background of the row.
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("Use Background property instead.", True)>
    Public Property BackgroundBrush As Brush
    [Obsolete("Use Background property instead.", true)]
    public Brush BackgroundBrush {get; set;}
    See Also