Skip to main content

BootstrapWebClientUIWidgetEx.ShowLoadingIndicator Property

Specifies whether or not the loading indicator must be displayed.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v21.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[Browsable(false)]
[DefaultValue(false)]
public virtual bool ShowLoadingIndicator { get; set; }

Property Value

Type Default Description
Boolean false

true, to show the loading indicator; otherwise, false.

Remarks

Starting from v.19.1, we recommend that you use the new Show property with extended functionality instead.

See Also