AutoCompleteBoxSelectionAdapter Property

Gets or sets the selection adapter used to populate the drop-down with a list of selectable items.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected ISelectionAdapter? SelectionAdapter { get; set; }

Property Value

ISelectionAdapter
The selection adapter used to populate the drop-down with a list of selectable items.

Remarks

You can use this property when you create an automation peer to use with AutoCompleteBox or deriving from AutoCompleteBox to create a custom control.

See Also