Skip to main content
All docs
V25.1
  • IListEditorBase<TData, TValue>.DataAsync Property

    Specifies an asynchronous function that returns editor data.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(null)]
    Func<CancellationToken, Task<IEnumerable<TData>>> DataAsync { get; set; }

    Property Value

    Type Default Description
    Func<CancellationToken, Task<IEnumerable<TData>>> null

    A function that returns editor data.

    Remarks

    Refer to the DataAsync property description for more information and an example.

    See Also