Skip to main content

SelectionAdapter 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)

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

Reference

AutoCompleteBox Class
Avalonia.Controls Namespace