AutoCompleteBox.

ValueMemberBinding Property

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
AssignBindingAttribute Signifies that a binding can be assigned to a property.

Value

Type Description
IBinding The IBinding object used when binding to a collection property.