Skip to main content

SpellCheckerExtension Class

Represents an extension object implementing the Spell Checker functionality.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class SpellCheckerExtension :
    ExtensionBase

The following members return SpellCheckerExtension objects:

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
ExtensionBase
SpellCheckerExtension
See Also