Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public PrepareSuggestionsEventHandler PrepareSuggestions { get; set; }

Property Value

Type Description
PrepareSuggestionsEventHandler

A PrepareSuggestionsEventHandler delegate method to be called when a suggestion list is ready.

See Also