I need to align WPF DataGrid Column Header text to Center. I created a style and attached that using the HeaderStyle property as below
WPF DataGrid Column Header
HeaderStyle
It should be StaticResource instead of DynamicResource in the Column:
Style
Column