Skip to main content
A newer version of this page is available. .

ASPxSpellCheckerTextSettings.FinishSpellChecking Property

Gets or sets the text which informs the user that the spell check is finished.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v19.2.dll

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:

Object Type Path to FinishSpellChecking
ASPxHtmlEditorSpellCheckerSettings
.SettingsText.FinishSpellChecking
ASPxSpellChecker
.SettingsText.FinishSpellChecking
MVCxHtmlEditorSpellChecker
.SettingsText.FinishSpellChecking
MVCxSpellChecker
.SettingsText.FinishSpellChecking
SpellCheckerSettings
.SettingsText.FinishSpellChecking
See Also