Summary
Gets or sets the selection adapter used to populate the drop-down
with a list of selectable items.
- Namespace
- Avalonia
.Controls - Containing Type
- AutoCompleteBox
Syntax
protected ISelectionAdapter SelectionAdapter { get; set; }
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.
Value
Type | Description |
---|---|
ISelectionAdapter | The selection adapter used to populate the drop-down with a list of selectable items. |