ISelectionAdapter Interface
Defines an item collection, selection members, and key handling for the
selection adapter contained in the drop-down portion of an
AutoCompleteBox control.
Namespace: Avalonia.Controls.UtilsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public interface ISelectionAdapter
Public Interface ISelectionAdapter
type ISelectionAdapter = interface end
| ItemsSource |
Gets or sets a collection that is used to generate content for the
selection adapter.
|
| SelectedItem |
Gets or sets the selected item.
|
| Cancel |
Occurs when a selection has been canceled.
|
| Commit |
Occurs when a selected item is not cancelled and is committed as the
selected item.
|
| SelectionChanged |
Occurs when the
SelectedItem
property value changes.
|