Multiple bindings expressions in one statement
Posted
by Abhijeet Patel
on Stack Overflow
See other posts from Stack Overflow
or by Abhijeet Patel
Published on 2010-04-25T05:03:21Z
Indexed on
2010/04/25
5:13 UTC
Read the original article
Hit count: 176
wpf
Does WPF support multiple binding expressions in one statement? Something along the lines of the following:
<TextBlock Text="{Binding Path=OrderID} shipped on {Binding Path=OrderDate}"/>
I'm guessing that it does but I think I just don't have the correct syntax.
© Stack Overflow or respective owner