Recommended

  • Silverlight.FX
    Silverlight.FX is a light-weight application framework for building RichInternet Applications with Silverlight 2.
  • Building Modular Silverlight Applications
  • .NET RIAServices - Building Data-Driven Applications with Microsoft Silverlight andMicrosoft ASP.NET
  • Securing Silverlight Application and WCF Service using ASP.Net Authentication Techniques
  • Model– View – ViewModel in Silverlight
Silverlight Hosting
Skip Navigation LinksHome / News / View News

Silverlight MultiBindings: How to Attach Mutiple Bindings To A Single Property

+ Add to SilverlightShow Favorites
0 comments   /   posted by Silverlight Show on Jun 26, 2009
(1 votes)

This blog post written by Colin Eberhardt describes a technique for associating multiple bindings with a single dependency property within Silverlight applications.

WPF already has this functionality in the form of MultiBindings, the code in this post emulates this function. The simple application below demonstrates this technique, where there are three data-entry text boxes bound to the individual properties of a simple Person object, with the title text block being bound to both the Forename and Surname properties. Try editing the surname or forename fields and watch as the title is updated.

Share


Comments

Comments RSS RSS
No comments

Add Comment

 
 

   
  
  
   
 Refresh