[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.C1FlexGrid.ColumnHeaderSelectedBackground

ColumnHeaderSelectedBackground Property

ColumnHeaderSelectedBackground

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

Declaration
public Brush ColumnHeaderSelectedBackground { get; set; }
Remarks
<p>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.