Back to Devexpress

ChartControlSettings.ShowLoadingPanelImage Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-35e41087.md

latest1.3 KB
Original Source

ChartControlSettings.ShowLoadingPanelImage Property

OBSOLETE

Use the SettingsLoadingPanel property instead.

Specifies whether or not the image can 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 bool ShowLoadingPanelImage { get; set; }
vb
<Obsolete("Use the SettingsLoadingPanel property instead.", True)>
Public Property ShowLoadingPanelImage As Boolean

Property Value

Type
Boolean

See Also

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace