ListBoxEmptyDataAreaTemplateContext.IsDataLoading Property
Specifies whether the component is still loading data.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public bool IsDataLoading { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
Refer to the EmptyDataAreaTemplate description for more information.
See Also