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.v20.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 FinishSpellChecking
ASP.NET Controls and MVC Extensions ASPxHtmlEditorSpellCheckerSettings
.SettingsText .FinishSpellChecking
ASPxSpellChecker
.SettingsText .FinishSpellChecking
ASP.NET MVC Extensions MVCxHtmlEditorSpellChecker
.SettingsText .FinishSpellChecking
MVCxSpellChecker
.SettingsText .FinishSpellChecking
SpellCheckerSettings
.SettingsText .FinishSpellChecking
See Also