C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / ColumnHeaderSelectedBackground Property

In This Topic
ColumnHeaderSelectedBackground Property (C1FlexGrid)
In This Topic
Gets or sets the System.Windows.Media.Brush that is used to paint column header backgrounds for selected cells.
Syntax
'Declaration
 
Public Property ColumnHeaderSelectedBackground As Brush
 
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 column headers to be rendered using the brush defined by the ColumnHeaderBackground property.

See Also