PopulatedEventArgs.

Data Property

Summary

Gets the list of possible matches added to the drop-down portion of the AutoCompleteBox control.
Namespace
Avalonia.Controls
Containing Type
PopulatedEventArgs

Syntax

public IEnumerable Data { get; private set; }

Value

Type Description
IEnumerable The list of possible matches added to the AutoCompleteBox.