4.573 MultiBinding

x:Object > x:MarkupExtension > BindingBase > MultiBinding
MultiBinding
(usage)
<MultiBinding> BindingBase* </MultiBinding>
(description)
Describes a collection of Binding objects attached to a single binding target property.
[content property]
Bindings
[return value type]
x:Object
(properties)
Bindings
Collection(BindingBase)
(description)
The collection of Binding objects within this MultiBinding instance.
[read only]
true
Converter
IMultiValueConverter
(description)
The converter to use to convert the source values to or from the target value.
ConverterCulture
CultureInfo
(description)
The CultureInfo object that applies to any converter assigned to bindings wrapped by the MultiBinding or on the MultiBinding itself.
[text syntax]
CultureInfoIetfLanguageTagSyntax
ConverterParameter
x:Object
(description)
An optional parameter to pass to a converter as additional information.
Mode
BindingMode
(description)
A value that indicates the direction of the data flow of this binding.
NotifyOnSourceUpdated
x:Boolean
(description)
A value that indicates whether to raise the SourceUpdated event when a value is transferred from the binding target to the binding source.
NotifyOnTargetUpdated
x:Boolean
(description)
A value that indicates whether to raise the TargetUpdated event when a value is transferred from the binding source to the binding target.
NotifyOnValidationError
x:Boolean
(description)
A value that indicates whether to raise the Error attached event on the bound element.
UpdateSourceTrigger
UpdateSourceTrigger
(description)
A value that determines the timing of binding source updates.
ValidatesOnDataErrors
x:Boolean
(description)
A value that indicates whether to include the DataErrorValidationRule.
ValidatesOnExceptions
x:Boolean
(description)
A value that indicates whether to include the ExceptionValidationRule.
ValidatesOnNotifyDataErrors (4.5)
x:Boolean
(description)
A value that indicates whether to include the NotifyDataErrorValidationRule.
ValidationRules
Collection(ValidationRule)
(description)
The collection of ValidationRule objects for this instance of MultiBinding.
[read only]
true