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

ExtensionsFactory.SpellChecker(Action<SpellCheckerSettings>) Method

Creates a Spell Checker.

Namespace: DevExpress.Web.Mvc.UI

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

Declaration

public SpellCheckerExtension SpellChecker(
    Action<SpellCheckerSettings> method
)

Parameters

Name Type Description
method Action<SpellCheckerSettings>

A delegate method that accepts SpellCheckerSettings as a parameter.

Returns

Type Description
SpellCheckerExtension

A SpellCheckerExtension object implementing the SpellChecker functionality.

See Also