FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / RowHeaderSelectedBackground Property

In This Topic
    RowHeaderSelectedBackground Property (FlexGrid)
    In This Topic
    Gets or sets the System.Windows.Media.Brush that is used to paint row header background for selected cells.
    Syntax
    'Declaration
     
    Public Property RowHeaderSelectedBackground As Brush
    public Brush RowHeaderSelectedBackground {get; set;}
    See Also