TemplateBinding vs TemplatedParent【PluraSight】

时间:2020-11-27 18:18:31

TemplateBinding:TemplateBinding是一个Markup Extension

TemplateBinding vs TemplatedParent【PluraSight】

1: 不适用在frezable property、controltemplate trigger、 two way binding、 value converter、only support Dependent Property。其实TemplateBinding是下面Text Binding的short cut。TemplateBinding有limitation,只能1way binding 到使用ControlTemplate的 Parent Control

2:如果需要2way binding, 或者需要使用到value converter时,在使用ControlTemplate style control的时候,要用普通Binidng,可以使用RelativeSource{RelativeSource TemplatedParent}

3: Optimized Binding for controlTemplate

TemplatedParent: Full binding construct using RelativeSource