Proposal: x:Bind should support calling another function within its parameter list #2407
Labels
area-Binding
area-XamlCompiler
feature proposal
New feature proposal
needs-winui-3
Indicates that feature can only be done in WinUI 3.0 or beyond. (needs winui 3)
product-winui3
WinUI 3 issues
team-Markup
Issue for the Markup team
Proposal: x:Bind functions should support calling another function within its parameter list
From comment here, Related #1630
Summary
It's difficult to do complex expressions in x:Bind to composite to UI triggers/converter replacement type scenarios from back-end model data.
Rationale
Scope
{x:Bind myns:StaticClass.DoConversion(ViewModel.Data).ToString()}
Examples
Open Questions
The text was updated successfully, but these errors were encountered: