AsyncPopulatorProperty Field
Identifies the AsyncPopulator property.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
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
StyledProperty(Func(String, CancellationToken, Task(IEnumerable(Object))))
The identifier for the AsyncPopulator property.