Access GridViewColumnHeader object from GridViewColumn

Posted by Marco on Stack Overflow See other posts from Stack Overflow or by Marco
Published on 2010-05-23T00:54:33Z Indexed on 2010/05/23 1:01 UTC
Read the original article Hit count: 549

Filed under:
|
|
|
|

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?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about string