Summary
Gets or sets the
Binding
that
is used to get the values for display in the text portion of
the AutoCompleteBox
control.
- Namespace
- Avalonia
.Controls - Containing Type
- AutoCompleteBox
Syntax
[AssignBinding]
public IBinding ValueMemberBinding { get; set; }
Attributes
Type | Description |
---|---|
Assign |
Signifies that a binding can be assigned to a property. |