Search code examples
wpfwpfdatagridwpf-4.0datagridcolumnheader

WPF 4: What happened to DataGridColumnHeader?


What happened to DataGridColumnHeader? It looks like it was dropped when the DataGrid was moved into PresentationFramework.


Solution

  • DataGridColumnHeader is under the System.Windows.Controls.Primitives namespace in the PresentationFramework.dll assembly.