ASPxAutoCompleteBoxBase.LoadingPanelText Property
Obsolete. Gets or sets the text to 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("Loading…")]
public string LoadingPanelText { get; set; }
<Obsolete("Use the SettingsLoadingPanel property instead.", True)>
<DefaultValue("Loading…")>
Public Property LoadingPanelText As String
Property Value
Type | Default |
---|---|
String | "Loading…" |
See Also
Feedback