ExtensionsFactory.SpellChecker(Action<SpellCheckerSettings>) Method
In This Article
Creates a Spell Checker.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public SpellCheckerExtension SpellChecker(
Action<SpellCheckerSettings> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<Spell |
A delegate method that accepts Spell |
#Returns
Type | Description |
---|---|
Spell |
A Spell |
See Also