AutoCompleteBoxSelectionAdapter Property
Gets or sets the selection adapter used to populate the drop-down
with a list of selectable items.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected ISelectionAdapter? SelectionAdapter { get; set; }
Protected Property SelectionAdapter As ISelectionAdapter
Get
Set
member SelectionAdapter : ISelectionAdapter with get, set
Property Value
ISelectionAdapterThe selection adapter used to populate the drop-down with a
list of selectable items.
You can use this property when you create an automation peer to
use with AutoCompleteBox or deriving from AutoCompleteBox to
create a custom control.