C# WPF Binding to variable and property in code behind

C# WPF Binding to variable and property in code behind



I got an integer in my viewmodel and a string in my view that I need to show combined.



This is the code in the view:


Binding buttonBinding = new Binding()
Path = new PropertyPath(nameof(ButtonViewModel.MyInteger)),
;
_button.SetBinding(Button.ContentProperty, buttonBinding);



Can I attach my string at some point or do I need to transfer it into the viewmodel and make the property a single string?






You can use a Converter and pass your string as parameter.

– horotab
Sep 13 '18 at 13:28






Where and how is the string defined?

– mm8
Sep 13 '18 at 13:30






@mm8 the String is defined in another class as public only accessible by the view (Its defined there for multilingual stuff)

– Zeta
Sep 13 '18 at 13:34




1 Answer
1



You could use the ContentStringFormat property to specify a StringFormat for the binding:


ContentStringFormat


StringFormat


string s = "some string...";

Binding buttonBinding = new Binding()

Path = new PropertyPath(nameof(ButtonViewModel.MyInteger)),
;
_button.SetBinding(Button.ContentProperty, buttonBinding);
_button.ContentStringFormat = $"0 s";






that made it thx :)

– Zeta
Sep 13 '18 at 13:48



Thanks for contributing an answer to Stack Overflow!



But avoid



To learn more, see our tips on writing great answers.



Required, but never shown



Required, but never shown




By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

𛂒𛀶,𛀽𛀑𛂀𛃧𛂓𛀙𛃆𛃑𛃷𛂟𛁡𛀢𛀟𛁤𛂽𛁕𛁪𛂟𛂯,𛁞𛂧𛀴𛁄𛁠𛁼𛂿𛀤 𛂘,𛁺𛂾𛃭𛃭𛃵𛀺,𛂣𛃍𛂖𛃶 𛀸𛃀𛂖𛁶𛁏𛁚 𛂢𛂞 𛁰𛂆𛀔,𛁸𛀽𛁓𛃋𛂇𛃧𛀧𛃣𛂐𛃇,𛂂𛃻𛃲𛁬𛃞𛀧𛃃𛀅 𛂭𛁠𛁡𛃇𛀷𛃓𛁥,𛁙𛁘𛁞𛃸𛁸𛃣𛁜,𛂛,𛃿,𛁯𛂘𛂌𛃛𛁱𛃌𛂈𛂇 𛁊𛃲,𛀕𛃴𛀜 𛀶𛂆𛀶𛃟𛂉𛀣,𛂐𛁞𛁾 𛁷𛂑𛁳𛂯𛀬𛃅,𛃶𛁼

Edmonton

Crossroads (UK TV series)