Properties  Methods 


MultiBindingCompatible Class Members

The following tables list the members exposed by MultiBindingCompatible.

Public Constructors
Public Properties
 NameDescription
Public PropertyGets or sets the name of the System.Windows.Data.BindingGroup to which this binding belongs. (Inherited from System.Windows.Data.BindingBase)
Public PropertyGets the collection of System.Windows.Data.Binding objects within this System.Windows.Data.MultiBinding instance. (Inherited from System.Windows.Data.MultiBinding)
Public PropertyGets or sets the converter to use to convert the source values to or from the target value. (Inherited from System.Windows.Data.MultiBinding)
Public PropertyGets or sets the System.Globalization.CultureInfo object that applies to any converter assigned to bindings wrapped by the System.Windows.Data.MultiBinding or on the System.Windows.Data.MultiBinding itself. (Inherited from System.Windows.Data.MultiBinding)
Public PropertyGets or sets an optional parameter to pass to a converter as additional information. (Inherited from System.Windows.Data.MultiBinding)
Public PropertyGets or sets the amount of time, in milliseconds, to wait before updating the binding source after the value on the target changes. (Inherited from System.Windows.Data.BindingBase)
Public PropertyGets or sets the value to use when the binding is unable to return a value. (Inherited from System.Windows.Data.BindingBase)
Public PropertyGets or sets a value that indicates the direction of the data flow of this binding. (Inherited from System.Windows.Data.MultiBinding)
Public PropertyGets or sets a value that indicates whether to raise the System.Windows.FrameworkElement.SourceUpdated event when a value is transferred from the binding target to the binding source. (Inherited from System.Windows.Data.MultiBinding)
Public PropertyGets or sets a value that indicates whether to raise the System.Windows.FrameworkElement.TargetUpdated event when a value is transferred from the binding source to the binding target. (Inherited from System.Windows.Data.MultiBinding)
Public PropertyGets or sets a value that indicates whether to raise the System.Windows.Controls.Validation.Error attached event on the bound element. (Inherited from System.Windows.Data.MultiBinding)
Public PropertyGets or sets a string that specifies how to format the binding if it displays the bound value as a string. (Inherited from System.Windows.Data.BindingBase)
Public PropertyGets or sets the value that is used in the target when the value of the source is a null reference (Nothing in Visual Basic). (Inherited from System.Windows.Data.BindingBase)
Public PropertyGets or sets a handler you can use to provide custom logic for handling exceptions that the binding engine encounters during the update of the binding source value. This is only applicable if you have associated the System.Windows.Controls.ExceptionValidationRule with your System.Windows.Data.MultiBinding object. (Inherited from System.Windows.Data.MultiBinding)
Public PropertyGets or sets a value that determines the timing of binding source updates. (Inherited from System.Windows.Data.MultiBinding)
Public PropertyGets or sets a value that indicates whether to include the System.Windows.Controls.DataErrorValidationRule. (Inherited from System.Windows.Data.MultiBinding)
Public PropertyGets or sets a value that indicates whether to include the System.Windows.Controls.ExceptionValidationRule. (Inherited from System.Windows.Data.MultiBinding)
Public PropertyGets or sets a value that indicates whether to include the System.Windows.Controls.NotifyDataErrorValidationRule. (Inherited from System.Windows.Data.MultiBinding)
Public PropertyGets the collection of System.Windows.Controls.ValidationRule objects for this instance of System.Windows.Data.MultiBinding. (Inherited from System.Windows.Data.MultiBinding)
Top
Public Methods
 NameDescription
Public MethodReturns an object that should be set on the property where this binding and extension are applied. (Inherited from System.Windows.Data.BindingBase)
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also