Click here to Skip to main content
15,879,348 members
Articles / Web Development / HTML

MultiBinding in Silverlight 5

Rate me:
Please Sign up or sign in to vote.
4.97/5 (23 votes)
18 Nov 2011CPOL12 min read 134.8K   3.2K   33  
An enhanced MultiBinding markup extension implementation for Silverlight 5 with support for bindable Converter, ConverterParameter and StringFormat

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SilverlightMarkupExtensions", "SilverlightMarkupExtensions2\SilverlightMarkupExtensions.csproj", "{A8A76D1A-4E55-4079-941B-F8CBAF432D74}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SilverlightMarkupExtensions2.Web", "SilverlightMarkupExtensions2.Web\SilverlightMarkupExtensions2.Web.csproj", "{E280972E-7446-40A5-91F8-6BACEA8570EE}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{A8A76D1A-4E55-4079-941B-F8CBAF432D74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A8A76D1A-4E55-4079-941B-F8CBAF432D74}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A8A76D1A-4E55-4079-941B-F8CBAF432D74}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{A8A76D1A-4E55-4079-941B-F8CBAF432D74}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{A8A76D1A-4E55-4079-941B-F8CBAF432D74}.Debug|x86.ActiveCfg = Debug|Any CPU
		{A8A76D1A-4E55-4079-941B-F8CBAF432D74}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A8A76D1A-4E55-4079-941B-F8CBAF432D74}.Release|Any CPU.Build.0 = Release|Any CPU
		{A8A76D1A-4E55-4079-941B-F8CBAF432D74}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{A8A76D1A-4E55-4079-941B-F8CBAF432D74}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{A8A76D1A-4E55-4079-941B-F8CBAF432D74}.Release|x86.ActiveCfg = Release|Any CPU
		{E280972E-7446-40A5-91F8-6BACEA8570EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E280972E-7446-40A5-91F8-6BACEA8570EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E280972E-7446-40A5-91F8-6BACEA8570EE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{E280972E-7446-40A5-91F8-6BACEA8570EE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{E280972E-7446-40A5-91F8-6BACEA8570EE}.Debug|x86.ActiveCfg = Debug|Any CPU
		{E280972E-7446-40A5-91F8-6BACEA8570EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E280972E-7446-40A5-91F8-6BACEA8570EE}.Release|Any CPU.Build.0 = Release|Any CPU
		{E280972E-7446-40A5-91F8-6BACEA8570EE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{E280972E-7446-40A5-91F8-6BACEA8570EE}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{E280972E-7446-40A5-91F8-6BACEA8570EE}.Release|x86.ActiveCfg = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Sweden Sweden
Henrik Jonsson is a Microsoft Professional Certified Windows Developer (MCPD) that currently works as an IT consultant in Västerås, Sweden.

Henrik has worked in several small and large software development projects in various roles such as architect, developer, CM and tester.

He regularly reads The Code Project articles to keep updated about .NET development and get new ideas. He has contributed with articles presenting some useful libraries for Undo/Redo, Dynamic Linq Sorting and a Silverlight 5 MultiBinding solution.

Comments and Discussions