x:Bind vs TemplateBinding inside ControlTemplate #9796
Unanswered
Naveen61097
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://learn.microsoft.com/en-us/windows/uwp/xaml-platform/templatebinding-markup-extension#xbind-in-controltemplate
What is the difference between using TemplateBinding and x:Bind inside the ControlTemplate? On the document, it is mentioned that Function Binding and Twoway binding can be done through x:Bind. But is there any internal info that TemplateBinding is more lightweight than x:Bind? Is TemplateBinding better than x:Bind in terms of performance?
Beta Was this translation helpful? Give feedback.
All reactions