ASPxPageControl.LoadingPanelText Property
In This Article
OBSOLETE
Use the Settings
Gets or sets the text to be displayed within a loading panel while waiting for a callback response.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue("Loading…")]
[Obsolete("Use the SettingsLoadingPanel property instead.", true)]
public string LoadingPanelText { get; set; }
#Property Value
Type | Default |
---|---|
String | "Loading…" |
See Also