ASPxGaugeControl.LoadingPanelText Property
In This Article
OBSOLETE
Use the Settings
Gets or sets the text displayed within a Loading Panel.
Namespace: DevExpress.Web.ASPxGauges
Assembly: DevExpress.Web.ASPxGauges.v24.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