HtmlEditorSettings.SpellCheckerWordAdded Property
In This Article
Allows you to perform custom actions when a new 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 |
#Remarks
An end-user can add words to a custom dictionary by clicking the Add to Dictionary button located on the Check Spelling form. Use the SpellCheckerWordAdded property to perform custom actions when a new word is added to a custom dictionary.
See Also