Data 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)
- C#
- VB
- F#
public IEnumerable Data { get; }
Public ReadOnly Property Data As IEnumerable
Get
member Data : IEnumerable with get
Property Value
IEnumerable
The list of possible matches added to the AutoCompleteBox.