IListEditorBase<TData, TValue>.DataAsync Property
In This Article
Specifies an asynchronous function that returns editor data.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(null)]
Func<CancellationToken, Task<IEnumerable<TData>>> DataAsync { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Func<Cancellation |
null | A function that returns editor data. |
#Remarks
Refer to the DataAsync property description for more information and an example.
See Also