Skip to main content
All docs
V25.1
  • ListBoxEmptyDataAreaTemplateContext.IsDataLoading Property

    Specifies whether the component is still loading data.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public bool IsDataLoading { get; }

    Property Value

    Type Description
    Boolean

    true if data loading is in progress; otherwise, false.

    Remarks

    Refer to the EmptyDataAreaTemplate description for more information.

    See Also