I read this thread about template binding: What is the template binding vs binding? I want to know if the object the data template is binded to is a Template class, should I use template binding?
And I am currently using classic binding, how can I switch to use 'template binding'? Just replace 'Binding' to 'TemplateBinding'
My template class like this:
public class MyTemplateClass {
}
And I create an instance of this for the data template to binded to.