TemplateBinding vs TemplatedParent【PluraSight】

TemplateBinding:TemplateBinding是一个Markup Extension

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

posted @ 2013-08-16 13:09  若愚Shawn  阅读(443)  评论(0编辑  收藏  举报