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

BootstrapWebClientUIWidgetEx.LoadingIndicatorText Property

Specifies the text to be displayed by the loading indicator.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[Browsable(false)]
[DefaultValue("Loading...")]
public virtual string LoadingIndicatorText { get; set; }

Property Value

Type Default Description
String "Loading..."

A string value that specifies the text.

Remarks

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

See Also