SpellCheckerSettings.PrepareSuggestions Property
This event occurs when a misspelled word is found and a list of suggested replacements is created and sorted.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
PrepareSuggestionsEventHandler | A PrepareSuggestionsEventHandler delegate method to be called when a suggestion list is ready. |
See Also