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

ASPxSpellCheckerTextSettings Class

Represents a container of strings, which are used in the ASPxSpellChecker’s dialogs.

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

Declaration

public class ASPxSpellCheckerTextSettings :
    ASPxSpellCheckerBaseSettings

The following members return ASPxSpellCheckerTextSettings objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxHtmlEditorSpellCheckerSettings.SettingsText
ASPxSpellChecker.SettingsText
ASP.NET MVC Extensions SpellCheckerSettings.SettingsText

Remarks

Use this object’s properties to change the default texts displayed in the Check Spelling, Spelling Options, Finish Spelling Check dialogs, and the text displayed when there are no word suggestions available for the current error.

Inheritance

See Also