ASPxSpellChecker.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.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v24.2.dll
Declaration
[DefaultValue("Loading…")]
[Obsolete("Use the SettingsLoadingPanel property instead.")]
public string LoadingPanelText { get; set; }
Property Value
Type | Default | Description |
---|---|---|
String | "Loading…" | A string that specifies the text displayed within a loading panel. |
See Also