Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default
Boolean true
See Also