MultiBindingExpression Class
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
'Declaration Public NotInheritable Class MultiBindingExpression Inherits BindingExpressionBase 'Usage Dim instance As MultiBindingExpression
public final class MultiBindingExpression extends BindingExpressionBase
public final class MultiBindingExpression extends BindingExpressionBase
You cannot use this managed class in XAML.
MultiBindingExpression describes a single run-time instance of a MultiBinding. Therefore, it describes a collection of BindingExpression objects attached to a single binding target property.
For information about binding expressions, see the Binding and BindingExpression section in the Data Binding Overview.
With the use of a converter, the property values of the BindingExpression objects in a MultiBindingExpression produce a final value for the target property. In the reverse direction, the target property value is translated to a set of values that are fed back into the BindingExpression objects. For more information, see MultiBinding.
System.Windows.Expression
System.Windows.Data.BindingExpressionBase
System.Windows.Data.MultiBindingExpression
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.