Skip to main content

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)

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

Reference

AutoCompleteBox Class
Avalonia.Controls Namespace