Skip to main content

ASPxGaugeControl.LoadingPanelText Property

OBSOLETE

Use the SettingsLoadingPanel property instead.

Gets or sets the text displayed within a Loading Panel.

Namespace: DevExpress.Web.ASPxGauges

Assembly: DevExpress.Web.ASPxGauges.v23.2.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

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

Property Value

Type Default Description
String "Loading…"

A string value that specifies the panel’s text.

See Also