RichEditSettings.SpellCheckerWordAdded Property
Enables you to handle the spell checker when a word is added to a custom dictionary.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
WordAddedEventHandler | A WordAddedEventHandler method to which custom handling is delegated. |
See Also