Skip to main content

ValueMemberBinding Property

Gets or sets the Binding that is used to get the values for display in the text portion of the AutoCompleteBox control.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

[AssignBindingAttribute]
[InheritDataTypeFromItemsAttribute("ItemsSource")]
public IBinding? ValueMemberBinding { get; set; }

Property Value

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

See Also

Reference

AutoCompleteBox Class
Avalonia.Controls Namespace