Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
765
Binding Child HeaderTemplate TextBlock to string in Parent
posted

Hi,

I have a hierarchical xamgrid. I want to bind the texblock in the first-level hierarchy's header to a string in the parent class.

 

So if i had 

Class Parent

{

string headerText;

ObservableCollection<Child> collection

}

I want a column in the child to have its header bound to headertext