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

    Specifies whether the component is still loading data.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    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 additional information.

    See Also