ASPxSpellCheckerTextSettings.FinishSpellChecking Property
In This Article
Gets or sets the text which informs the user that the spell check is finished.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue("The spelling check is complete.")]
public string FinishSpellChecking { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
String | "The spelling check is complete." | A string, containing a text message indicating that the spell check process is complete. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Finish |
---|---|---|
ASP. |
Spell |
|
ASP. |
ASPx |
|
ASPx |
|
See Also