Back to Devexpress

ChartControlSettings.ShowLoadingPanel Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-c9a2c778.md

latest1.2 KB
Original Source

ChartControlSettings.ShowLoadingPanel Property

OBSOLETE

Use the SettingsLoadingPanel property instead.

Gets or sets whether the loading panel can be displayed.

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 bool ShowLoadingPanel { get; set; }
vb
<Obsolete("Use the SettingsLoadingPanel property instead.", True)>
Public Property ShowLoadingPanel As Boolean

Property Value

Type
Boolean

See Also

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace