Summary
Gets or sets a collection that is used to generate the items for the
drop-down portion of the
AutoCompleteBox
control.
- Namespace
- Avalonia
.Controls - Containing Type
- AutoCompleteBox
Syntax
public IEnumerable Items { get; set; }
Value
Type | Description |
---|---|
IEnumerable | The collection that is used to generate the items of the
drop-down portion of the
AutoCompleteBox control. |