Specifies whether or not the loading indicator must be displayed.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.2.dll
[Browsable(false)]
[DefaultValue(false)]
public virtual bool ShowLoadingIndicator { get; set; }
<Browsable(False)>
<DefaultValue(False)>
Public Overridable Property ShowLoadingIndicator As Boolean
Type | Default | Description |
---|---|---|
Boolean | false |
true, to show the loading indicator; otherwise, false. |
Starting from v.19.1, we recommend that you use the new Show property with extended functionality instead.