Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

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

Property Value

Type
Boolean
See Also