ExtensionsFactory.SpellChecker(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(
SpellCheckerSettings settings
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Spell |
A Spell |
#Returns
Type | Description |
---|---|
Spell |
A Spell |
See Also