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. |
Assign |
Signifies that a binding can be assigned to a property. |
Value
Type | Description |
---|---|
IList |