ASPxAutoCompleteBoxBase.ShowLoadingPanelImage Property
Obsolete. 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.v20.2.dll
Declaration
[Obsolete("Use the SettingsLoadingPanel property instead.", true)]
[DefaultValue(true)]
public bool ShowLoadingPanelImage { get; set; }
<Obsolete("Use the SettingsLoadingPanel property instead.", True)>
<DefaultValue(True)>
Public Property ShowLoadingPanelImage As Boolean
Property Value
Type | Default |
---|---|
Boolean | true |
See Also
Feedback