Skip to main content

AutoCompleteBoxBaseSettings.LoadingPanelText Property

OBSOLETE

Use the SettingsLoadingPanel property instead.

Gets or sets the text to be displayed within a loading panel while waiting for a callback response.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

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

Property Value

Type
String
See Also