Back to Devexpress

ChartControlSettings.LoadingPanelText Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-917aca35.md

latest1.3 KB
Original Source

ChartControlSettings.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.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
[Obsolete("Use the SettingsLoadingPanel property instead.", true)]
public string LoadingPanelText { get; set; }
vb
<Obsolete("Use the SettingsLoadingPanel property instead.", True)>
Public Property LoadingPanelText As String

Property Value

Type
String

See Also

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace