Skip to main content

MultiBinding Class

A XAML binding that calculates an aggregate value from multiple child Bindings.

Definition

Namespace: Avalonia.Data
Assembly: Avalonia.Markup (in Avalonia.Markup.dll)

public class MultiBinding : IBinding
View Source
InheritanceObject → MultiBinding
ImplementsIBinding

Constructors

MultiBinding()Initializes a new instance of the MultiBinding class

Properties

BindingsGets the collection of child bindings.
ConverterGets or sets the IMultiValueConverter to use.
ConverterCultureGets or sets the culture in which to evaluate the converter.
ConverterParameterGets or sets a parameter to pass to Converter.
FallbackValueGets or sets the value to use when the binding is unable to produce a value.
ModeGets or sets the binding mode.
PriorityGets or sets the binding priority.
RelativeSourceGets or sets the relative source for the binding.
StringFormatGets or sets the string format.
TargetNullValueGets or sets the value to use when the binding result is null.

Methods

Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize()Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode()Serves as the default hash function.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
Initiate(AvaloniaObject, AvaloniaProperty, Object, Boolean)Initiates the binding on a target object.
MemberwiseClone()Creates a shallow copy of the current Object.
(Inherited from Object)
ToString()Returns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Avalonia.Data Namespace