Skip to main content
A newer version of this page is available.

BootstrapWebClientUIWidgetEx.ShowLoadingIndicator Property

Specifies whether or not the loading indicator must be displayed.

Namespace: DevExpress.Web.Bootstrap

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

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