Gets or sets the Brush that is used to paint row header backgrounds for selected cells.

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

Syntax

C#
public Brush RowHeaderSelectedBackground { get; set; }
Visual Basic
Public Property RowHeaderSelectedBackground As Brush
	Get
	Set

Remarks

This property allows you to highlight headers that correspond to the current selection, making it easier for the user to identify the selection (as in Excel).

Setting this property to null causes all row headers to be rendered using the brush defined by the RowHeaderBackground property.

See Also