AutoCompleteBoxItemsSource Property
Gets or sets a collection that is used to generate the items for the
drop-down portion of the
AutoCompleteBox control.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public IEnumerable? ItemsSource { get; set; }
Public Property ItemsSource As IEnumerable
Get
Set
member ItemsSource : IEnumerable with get, set
Property Value
IEnumerableThe collection that is used to generate the items of the
drop-down portion of the
AutoCompleteBox control.