Skip to main content

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.v23.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 MVC Extensions SpellCheckerSettings
.SettingsText .FinishSpellChecking
ASP.NET Web Forms Controls ASPxHtmlEditorSpellCheckerSettings
.SettingsText .FinishSpellChecking
ASPxSpellChecker
.SettingsText .FinishSpellChecking
See Also