MultiBinding.

Bindings Property

Summary

Gets the collection of child bindings.
Namespace
Avalonia.Data
Containing Type
MultiBinding

Syntax

[Content, AssignBinding]
public IList<IBinding> Bindings { get; set; }

Attributes

Type Description
ContentAttribute Defines the property that contains the object's content in markup.
AssignBindingAttribute Signifies that a binding can be assigned to a property.

Value

Type Description
IList<IBinding>