PopulatedEventArgsData Property

Gets the list of possible matches added to 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 Data { get; }

Property Value

IEnumerable
The list of possible matches added to the AutoCompleteBox.

See Also