ComponentOne FlexGrid for WPF and Silverlight
RowHeaderSelectedBackground Property (C1FlexGrid)

C1.WPF.FlexGrid Namespace > C1FlexGrid Class : RowHeaderSelectedBackground Property
Gets or sets the System.Windows.Media.Brush that is used to paint row header backgrounds for selected cells.
Syntax
'Declaration
 
Public Property RowHeaderSelectedBackground As System.Windows.Media.Brush
public System.Windows.Media.Brush RowHeaderSelectedBackground {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

Reference

C1FlexGrid Class
C1FlexGrid Members