x:Bind in ControlTemplate #4360
Labels
area/code-generation
Categorizes an issue or PR as relevant to code generation
area/xBind 🪢
Categorizes an issue or PR as relevant to x:Bind
difficulty/medium 🤔
Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI
kind/enhancement
New feature or request
low-hanging-🍒
Categorizes an issue that might be a quick win with meaningful positive impact.
project/binding 🪢
Categorizes an issue or PR as relevant to the binding engine
What would you like to be added:
x:Bind in ControlTemplates with a path of the TargetType of the ControlTemplate
Why is this needed:
This is part of UWP as of 17763. It allows compile time binding in-place of TemplateBinding and binding the DataContext without using a DataTemplate and loosing the VisualStates.
For which Platform:
Anything else we need to know?
Here's a link to Microsoft's documentation: link
The text was updated successfully, but these errors were encountered: