Back to Devexpress

ASPxSpellCheckerTextSettings.FinishSpellChecking Property

aspnet-devexpress-dot-web-dot-aspxspellchecker-dot-aspxspellcheckertextsettings-b8edb2a9.md

latest2.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("The spelling check is complete.")]
public string FinishSpellChecking { get; set; }
vb
<DefaultValue("The spelling check is complete.")>
Public Property FinishSpellChecking As String

Property Value

TypeDefaultDescription
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:

LibraryObject TypePath to FinishSpellChecking
ASP.NET MVC ExtensionsSpellCheckerSettings

.SettingsText .FinishSpellChecking

| | ASP.NET Web Forms Controls | ASPxHtmlEditorSpellCheckerSettings |

.SettingsText .FinishSpellChecking

| | ASPxSpellChecker |

.SettingsText .FinishSpellChecking

|

See Also

ASPxSpellCheckerTextSettings Class

ASPxSpellCheckerTextSettings Members

DevExpress.Web.ASPxSpellChecker Namespace