Home › Forums › WinForms controls › Xceed Grid for WinForms › Restore column manager row › Reply To: Restore column manager row
<code>foreach(Xceed.Grid.Row row in myGrid.FixedHeaderRows)
if (row is Xceed.Grid.ColumnManagerRow) row.Remove();
</code>
Imported from legacy forums. Posted by Tommy (had 3040 views)