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)
- C#
- VB
- F#
[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
IBinding
The IBinding object used when binding to a collection property.