ASPxAutoCompleteBoxBase.ShowLoadingPanelImage Property
In This Article
OBSOLETE
Use the Settings
Specifies whether or not the image can be displayed within a loading panel while waiting for a callback response.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(true)]
[Obsolete("Use the SettingsLoadingPanel property instead.", true)]
public bool ShowLoadingPanelImage { get; set; }
#Property Value
Type | Default |
---|---|
Boolean | true |
See Also