Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public WordAddedEventHandler SpellCheckerWordAdded { get; set; }

Property Value

Type Description
WordAddedEventHandler

A WordAddedEventHandler method to which custom handling is delegated.

See Also