views:

95

answers:

0

Hi,

is it possible in wpf to access the header of a gridviewcolumn as gridviewcolumnheader?

I have an object:

GridViewColumn column;

But the "Header" property just returns a string (header text) not the "real" header object.

Can anyone help my?