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)
- C#
- VB
- F#
protected ISelectionAdapter? SelectionAdapter { get; set; }
Protected Property SelectionAdapter As ISelectionAdapter
Get
Set
member SelectionAdapter : ISelectionAdapter with 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.