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

ASPxDataViewBase.LoadingPanelText Property

OBSOLETE

Use the SettingsLoadingPanel property instead.

Gets or sets the text to be displayed within a loading panel while waiting for a callback response.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[Obsolete("Use the SettingsLoadingPanel property instead.", true)]
[DefaultValue("Loading…")]
public string LoadingPanelText { get; set; }

Property Value

Type Default
String "Loading…"
See Also