ASPxAutoCompleteBoxBase.ShowLoadingPanel Property
Obsolete. Gets or sets whether the loading panel can be displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[Obsolete("Use the SettingsLoadingPanel property instead.", true)]
[DefaultValue(true)]
public bool ShowLoadingPanel { get; set; }
<Obsolete("Use the SettingsLoadingPanel property instead.", True)>
<DefaultValue(True)>
Public Property ShowLoadingPanel As Boolean
Property Value
Type | Default |
---|---|
Boolean | true |
See Also
Feedback