Get textbox binding in wpf datagridtemplatecolumn
Posted
by klawusel
on Stack Overflow
See other posts from Stack Overflow
or by klawusel
Published on 2010-03-14T21:58:42Z
Indexed on
2010/03/14
22:05 UTC
Read the original article
Hit count: 360
wpf
|datagridtemplatecolumn
Hi
I have a wpf datagrid containing multiple datagridtemplatecolumns, which all are build up from a datatemplate which contains a textbox.
Now I want to get the binding of the textbox (I have a reference to the template column which textbox's binding I woukld like to determine).
Alternatively it would be nice to return the X:Name of the template column
Any hints? Regards klaus
© Stack Overflow or respective owner