c# - MultiBinding in WPF doesn't allow more than two bindings -


<multibinding  converter="{staticresource mergevaluesconverter}">       <binding path="structureid" />       <binding path="sectionid" />       <binding path="parentstructureid" />                                     </multibinding> 

i getting first 2 bindings. there way third binding (parentstructureid)?


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -