PopulatedEventArgsData Property
Gets the list of possible matches added to the drop-down portion of
the
AutoCompleteBox
control.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public IEnumerable Data { get; }
Public ReadOnly Property Data As IEnumerable
Get
member Data : IEnumerable with get
Property Value
IEnumerableThe list of possible matches added to the
AutoCompleteBox.