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