Home › Forums › WinForms controls › Xceed Grid for WinForms › Column Header BackColor › Reply To: Column Header BackColor
<pre>foreach(Row row in grid.FixedHeaderRows)
if (row is ColumnManagerRow) row.BackColor = Color.Red;</pre>
Or: select the ColumnManagerRow in the Forms Designer, and set its BackColor property to the color you want.
Imported from legacy forums. Posted by Tommy (had 428 views)