AutoCompleteBoxValueMemberBinding Property
Gets or sets the
Binding that
is used to get the values for display in the text portion of
the
AutoCompleteBox
control.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[AssignBindingAttribute]
[InheritDataTypeFromItemsAttribute("ItemsSource")]
public IBinding? ValueMemberBinding { get; set; }
<AssignBindingAttribute>
<InheritDataTypeFromItemsAttribute("ItemsSource")>
Public Property ValueMemberBinding As IBinding
Get
Set
[<AssignBindingAttribute>]
[<InheritDataTypeFromItemsAttribute("ItemsSource")>]
member ValueMemberBinding : IBinding with get, set
Property Value
IBindingThe
IBinding object used
when binding to a collection property.