wpf - Can we concat two properties in data binding? -


can concat 2 properties in binding expression? if possible without converter or without writing 2 textblocks , setting them individually?

like alpha-mouse suggests multibinding won't work out of box, guy has thrown might help:

http://www.olsonsoft.com/blogs/stefanolson/post/improvements-to-silverlight-multi-binding-support.aspx

if seems bit rogue, maybe try putting combined value property on object helper binding mechanism, like:

public string fullname {    { return this.firstname + " " + this.lastname; } } 

Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -