Skip to main content

SpellCheckerSettings Class

Contains the Spell Checker extension settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

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.

Inheritance

Object
SettingsBase
SpellCheckerSettings
See Also