AutoCompleteBoxAsyncPopulatorProperty Field

Identifies the AsyncPopulator property.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static readonly StyledProperty<Func<string?, CancellationToken, Task<IEnumerable<Object>>>?> AsyncPopulatorProperty

Field Value

StyledPropertyFuncString, CancellationToken, TaskIEnumerableObject
The identifier for the AsyncPopulator property.

See Also