Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

[Obsolete("Use the SettingsLoadingPanel property instead.", true)]
public bool ShowLoadingPanelImage { get; set; }

Property Value

Type
Boolean
See Also