RichEditSettings.SpellCheckerWordAdded Property
In This Article
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.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public WordAddedEventHandler SpellCheckerWordAdded { get; set; }
#Property Value
Type | Description |
---|---|
Word |
A Word |
See Also