Difference between TemplateBinding and Binding: templatebinding

Source: Internet
Author: User

Difference between TemplateBinding and Binding: templatebinding
Definition

TemplateBinding is a data binding version optimized for a specific scenario. You need to bind a Property in the ControlTemplate to the corresponding Property of the control that applies the ControlTemplate.

Usage
<Object property = "{TemplateBinding targetProperty }"... /> use the Setter attribute in a template or style: <Setter Property = "propertyName" Value = "{TemplateBinding targetProperty }"... />

  

Differences

1.Binding is more flexible and powerful than TemplateBinding, but the overhead is also greater. TemplateBinding has restrictions in use cases, but it is more efficient. Template is very similar to the Binding constructed by {Binding RelativeSource = {RelativeSource TemplatedParent.
2.TemplateBinding also allows us to define Converter and ConverterParameter, which enhances the functions and scope of TemplateBinding.
3.The most important difference: TemplateBinding only supports one-way data binding, from the Template control to the Template (from templated control to template ). If we need reverse or bidirectional Binding, the only choice is to apply Binding and RelativeSource.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.