SelectingItemsControlSelectedValueBinding Property

Gets the IBinding instance used to obtain the SelectedValue property

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[AssignBindingAttribute]
[InheritDataTypeFromItemsAttribute("ItemsSource")]
public IBinding? SelectedValueBinding { get; set; }

Property Value

IBinding

See Also