Skip to main content
A newer version of this page is available. .
Tab

ASPxAutoCompleteBoxBase.ShowLoadingPanel Property

OBSOLETE

Use the SettingsLoadingPanel property instead.

Gets or sets whether the loading panel can be displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default
Boolean **true**
See Also