AutoCompleteBoxAsyncPopulatorProperty Field
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static readonly StyledProperty<Func<string?, CancellationToken, Task<IEnumerable<Object>>>?> AsyncPopulatorProperty
Public Shared ReadOnly AsyncPopulatorProperty As StyledProperty(Of Func(Of String, CancellationToken, Task(Of IEnumerable(Of Object))))
static val AsyncPopulatorProperty: StyledProperty<Func<string, CancellationToken, Task<IEnumerable<Object>>>>
Field Value
StyledPropertyFuncString,
CancellationToken,
TaskIEnumerableObjectThe identifier for the
AsyncPopulator property.