Skip to main content

HtmlEditorSettings.SpellCheckerWordAdded Property

Allows you to perform custom actions when a new word is added to a custom dictionary.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public WordAddedEventHandler SpellCheckerWordAdded { get; set; }

Property Value

Type Description
WordAddedEventHandler

A WordAddedEventHandler delegate method allowing you to implement custom processing.

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