ItemsSource 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)
- C#
- VB
- F#
public IEnumerable? ItemsSource { get; set; }
Public Property ItemsSource As IEnumerable
Get
Set
member ItemsSource : IEnumerable with get, set
Property Value
IEnumerable
The collection that is used to generate the items of the drop-down portion of the AutoCompleteBox control.