AutoCompleteBoxItemsSource Property

Gets or sets a collection that is used to generate the items for the drop-down portion of the AutoCompleteBox control.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public IEnumerable? ItemsSource { get; set; }

Property Value

IEnumerable
The collection that is used to generate the items of the drop-down portion of the AutoCompleteBox control.

See Also