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

SpellCheckerSettings Class

Contains the Spell Checker extension settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc.v18.1.dll

Declaration

public class SpellCheckerSettings :
    SettingsBase

Remarks

To declare the Spell Checker in a View, invoke the ExtensionsFactory.SpellChecker helper method. This method returns the Spell Checker extension that is implemented by the SpellCheckerExtension class.

To configure the Spell Checker extension, pass the SpellCheckerSettings object to the ExtensionsFactory.SpellChecker helper method as a parameter. The SpellCheckerSettings object contains all the Spell Checker extension settings.

Refer to the Spell Checker Overview topic to learn how to add the Spell Checker extension to your project.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SpellCheckerSettings class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
SettingsBase
SpellCheckerSettings
See Also