Skip to main content
All docs
V23.2

ListBoxEmptyDataAreaTemplateContext.IsDataLoading Property

Specifies whether the List Box data is still loading data.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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