ExtensionsFactory.SpellChecker(SpellCheckerSettings) Method
Creates a Spell Checker.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
settings | SpellCheckerSettings | A SpellCheckerSettings object containing SpellChecker extension settings. |
Returns
Type | Description |
---|---|
SpellCheckerExtension | A SpellCheckerExtension object implementing the SpellChecker functionality. |
See Also